C# Class ViewBagValuePresentAttribute, code

Inheritance: ActionFilterAttribute
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
OnActionExecuted ( ActionExecutedContext, filterContext ) : void
OnActionExecuting ( ActionExecutingContext, filterContext ) : void

Method Details

OnActionExecuted() public méthode

public OnActionExecuted ( ActionExecutedContext, filterContext ) : void
filterContext ActionExecutedContext,
Résultat void

OnActionExecuting() public méthode

public OnActionExecuting ( ActionExecutingContext, filterContext ) : void
filterContext ActionExecutingContext,
Résultat void