|
|
|
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
|
|
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...
|
|
tags:
.net 4.0, c# 4.0
|
|
No comments yet, be the first one to post comment.