12
shouts

HandleUnknownAction in ASP.NET MVC – Be Careful - David Hayden [MVP C#] - CodeBetter.Com - Stuff you need to Code Better!

published 219 days, 6 hours, 55 minutes ago posted by jantujantu 220 days, 7 hours, 25 minutes ago
Sunday, July 05, 2009 12:53:34 PM GMT Saturday, July 04, 2009 12:23:12 PM GMT

“The following example shows how to render views that do not have a matching ActionResult method. For example, if you have a Details.aspx view but no corresponding method exists that returns an ActionResult instance, the following example displays the Details view when a request to for the Details action is made on the controller. If there is no matching view, the error page displays a message.”

category: ASP.NET | clicked: 84 | | source: codebetter.com | show counter code
tags: .NET, ASP .NET MVC, reviews