Click or drag to resize

ControllerAuthorizeAttribute Property

The AuthorizeAttribute (if any) that the controller is decorated with

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

Property Value

Type: AuthorizeAttribute

Implements

IControllerAuthorizeAttribute
See Also