1
Votes

Web 2.0 | Handling Unknown Actions in ASP.NET MVC

published 349 days, 56 minutes ago posted by farooqkaiserfarooqkaiser 358 days, 14 hours, 18 minutes ago
Monday, August 17, 2009 2:53:36 AM GMT Friday, August 07, 2009 1:31:53 PM 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: Technology | Clicked: 1 | | 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