Class AdminUsersRequirement
Authorization requirement for the AdminUsersHandler
Inheritance
System.Object
Namespace: Umbraco.Cms.Web.BackOffice.Authorization
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class AdminUsersRequirement : IAuthorizationRequirement
Constructors
View SourceAdminUsersRequirement(String)
Initializes a new instance of the AdminUsersRequirement class.
Declaration
public AdminUsersRequirement(string queryStringName = "id")
Parameters
Type | Name | Description |
---|---|---|
System.String | queryStringName | Query string name from which to authorize values. |
Properties
View SourceQueryStringName
Gets the query string name from which to authorize values.
Declaration
public string QueryStringName { get; }
Property Value
Type | Description |
---|---|
System.String |