C# Class van.Web.Core.ResourceFilterAttribute

Inheritance: System.Web.Mvc.ActionFilterAttribute
Afficher le fichier Open project: zachariahyoung/virtualaltnet

Méthodes publiques

Méthode 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

Méthode Description
PopulateBaseViewModel ( BaseViewModel model ) : void

Populates the base view model.

Method Details

OnActionExecuted() public méthode

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

ResourceFilterAttribute() public méthode

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