C# 클래스 Google.Apis.Auth.OAuth2.Mvc.Filters.AuthorizationCodeActionFilter

An action filter which parses the query parameters into Google.Apis.Auth.OAuth2.Responses.AuthorizationCodeResponseUrl.
상속: System.Web.Mvc.ActionFilterAttribute, IActionFilter
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext actionContext ) : void

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

메소드 상세

OnActionExecuting() 공개 메소드

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