asp.net-mvcstrongly-typed-view

When would you not use a strongly-typed ASP.NET MVC view?


Assuming that an ASP.NET MVC View is going to show data, is there any scenario where you would not want to use a strongly-typed view?


Solution

  • I think that you should follow the practice of always using strongly typed views, unless no model isused at all like previously mentioned for pages like login.