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
Datei anzeigen Open project: ucosmic/UCosmicAlpha

Public Methods

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

Method Details

OnActionExecuting() public method

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
return void