As Stephen Muecke said, you need to set the property's value on the model. // in controller method that returns the view. MyModel model = new MyModel(); ...
確定! 回上一頁