ChildActionOnlyAttribute.OnAuthorization(AuthorizationContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when authorization is required.
public void OnAuthorization (System.Web.Mvc.AuthorizationContext filterContext);
abstract member OnAuthorization : System.Web.Mvc.AuthorizationContext -> unit
override this.OnAuthorization : System.Web.Mvc.AuthorizationContext -> unit
Public Sub OnAuthorization (filterContext As AuthorizationContext)
Parameters
- filterContext
- AuthorizationContext
An object that encapsulates the information that is required in order to authorize access to the child action.