AuthorizeAttribute.Users Property

Definition

Gets or sets the users that are authorized to access the controller or action method.

public string Users { get; set; }
member this.Users : string with get, set
Public Property Users As String

Property Value

The users that are authorized to access the controller or action method.

Applies to