AuthorizeAttribute.Users Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.