Click or drag to resize

ControllerAuthorize Property

If the controller is decorated with a AuthorizeAttribute this will return true

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

Property Value

Type: Boolean

Implements

IControllerAuthorize
See Also