In my .Net MVC 3 application I need to make this functionality:
When user click on the button, it should navagate him into some page but with html content that I have in model property. Is it possible?
In my .Net MVC 3 application I need to make this functionality: When user
Share
Sure, inside the view:
But that’s completely ridiculous, you’d rather have your controller action directly return
ContentResult: