Click or drag to resize

ControllerEventInfoAuthorizeAttribute Property

The Authorize attribute set (if any)

Namespace:  Crosser.Common.Server
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public AuthorizeAttribute AuthorizeAttribute { get; }

Property Value

Type: AuthorizeAttribute

Implements

IControllerEventInfoAuthorizeAttribute
See Also