C# Class Google.Apis.Auth.OAuth2.Mvc.Filters.AuthorizationCodeActionFilter

An action filter which parses the query parameters into Google.Apis.Auth.OAuth2.Responses.AuthorizationCodeResponseUrl.
Inheritance: System.Web.Mvc.ActionFilterAttribute, IActionFilter
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

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

Parses the request into Google.Apis.Auth.OAuth2.Responses.AuthorizationCodeResponseUrl.

Method Details

OnActionExecuting() public méthode

Parses the request into Google.Apis.Auth.OAuth2.Responses.AuthorizationCodeResponseUrl.
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext actionContext ) : void
actionContext System.Web.Mvc.ActionExecutingContext
Résultat void