2
fairs
spam fair unfair

Web 2.0 | Handling Unknown Actions in ASP.NET MVC

published 352 days, 8 hours, 18 minutes ago posted by farooqkaiserfarooqkaiser 354 days, 22 hours, 11 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...

category: ASP.NET | clicked: 3 | | source: www.fairnet.com | show counter code
tags: .Net 3.5, asp.net MVC

No comments yet, be the first one to post comment.

To post your comment please login or signup