In your controller action rendering the view you could set the As property of your model to true: model.As = true; return View(model);.
確定! 回上一頁