Click or drag to resize
IsAuthorizedPerResourceAttributeOnAuthorization Method
Restrict access for authorized user with given resource name and permission.

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 10.0.0
Syntax
C#
public override void OnAuthorization(
	HttpActionContext actionContext
)

Parameters

actionContext
Type: HttpActionContext
See Also