AllowOnlyEditorAttributeOnAuthorization Method |
Calls when a process requests authorization.
Namespace: CMS.WebApiAssembly: CMS.WebApi (in CMS.WebApi.dll) Version: 13.0.131
Syntax public override void OnAuthorization(
HttpActionContext actionContext
)
Parameters
- actionContext
- Type: HttpActionContext
The action context, which encapsulates information for using AuthorizationFilterAttribute.
See Also