How to show/hide an area within Razor View in ASP.NET MVC programmatically

Viewed 22327

I want to programmatically show/hide a group of fields (label, textfield, checkbox) on Razor view (.cshtml), based on a model value. The model is access to the view.

Thanks

1 Answers
Related