C# Class Atomia.Web.Plugin.PublicOrder.Filters.UrlManagerAttribute

Filter that manages query strings.
Inheritance: System.Web.Mvc.ActionFilterAttribute
Datei anzeigen Open project: atomia/OrderPage

Public Methods

Method Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Called before the action method executes.

Method Details

OnActionExecuting() public method

Called before the action method executes.
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext The filter context.
return void