C# Class UCosmic.Web.Mvc.LocalApiAuthorizeAttribute

This action filter writes a cookie which authenticates the browser to access API endpoints decorated with the LocalApiEndpointAttribute.
Inheritance: System.Web.Mvc.ActionFilterAttribute
Afficher le fichier Open project: ucosmic/UCosmicAlpha

Méthodes publiques

Méthode Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Method Details

OnActionExecuting() public méthode

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void