C# Class van.Web.Core.ResourceFilterAttribute

Inheritance: System.Web.Mvc.ActionFilterAttribute
显示文件 Open project: zachariahyoung/virtualaltnet

Public Methods

Method Description
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

Called after the action method execute.

ResourceFilterAttribute ( int resourceId ) : System.Web.Mvc

Initializes a new instance of the ResourceFilterAttribute class.

Private Methods

Method Description
PopulateBaseViewModel ( BaseViewModel model ) : void

Populates the base view model.

Method Details

OnActionExecuted() public method

Called after the action method execute.
public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext The filter context.
return void

ResourceFilterAttribute() public method

Initializes a new instance of the ResourceFilterAttribute class.
public ResourceFilterAttribute ( int resourceId ) : System.Web.Mvc
resourceId int The resource id.
return System.Web.Mvc