Class UmbracoMemberAuthorizeAttribute
Ensures authorization is successful for a website user (member).
Inheritance
System.Object
System.Attribute
Microsoft.AspNetCore.Mvc.TypeFilterAttribute
Namespace: Umbraco.Cms.Web.Common.Filters
Assembly: Umbraco.Web.Common.dll
Syntax
public class UmbracoMemberAuthorizeAttribute : TypeFilterAttribute, IFilterFactory, IOrderedFilter, IFilterMetadata
Constructors
View SourceUmbracoMemberAuthorizeAttribute()
Declaration
public UmbracoMemberAuthorizeAttribute()
UmbracoMemberAuthorizeAttribute(String, String, String)
Declaration
public UmbracoMemberAuthorizeAttribute(string allowType, string allowGroup, string allowMembers)
Parameters
Type | Name | Description |
---|---|---|
System.String | allowType | |
System.String | allowGroup | |
System.String | allowMembers |