2
pimps
185 days, 15 hours, 41 minutes ago
Saturday, August 08, 2009 2:13:52 AM GMT Friday, August 07, 2009 8:00:20 PM GMT

Web 2.0 | Handling Unknown Actions in ASP.NET MVC

Web 2.0 | Handling Unknown Actions in ASP.NET MVC
 
www.fairnet.com -- 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 Fi...
farooqkaiserfarooqkaiser posted 185 days, 21 hours, 55 minutes ago     show counter code
tags: .net 4.0, c# 4.0

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

To post your comment please login or signup