Fairnet.com - Stories tagged with .Net 3.5
2
fairs
spam fair unfair

Web 2.0 | Handling Unknown Actions in ASP.NET MVC

published 352 days, 8 hours, 24 minutes ago posted by farooqkaiserfarooqkaiser 354 days, 22 hours, 16 minutes ago
Thursday, August 13, 2009 4:30:26 PM GMT Tuesday, August 11, 2009 2:37:57 AM GMT
In this article, I will explore Handling Unknown Actions. A Controller.HandleUnknownAction Method gets called when a controller cannot find an action method that matches a browser request. I will implement the following method in my previous article Implementing HTTP File Upload with ASP.NET MVC. protected virtual void HandleUnknownAction(string actionName) Here is my FileUploadController class as shown below.    [HandleError]    publicclassFileUploadController : Controller    {      publicActionResult... (more)
category: ASP.NET | clicked: 3 | comment | | source: www.fairnet.com
tags: .Net 3.5, asp.net MVC