Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    UmbracoMemberAuthorizeAttribute()

    Declaration
    public UmbracoMemberAuthorizeAttribute()
    View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoMemberAuthorizeAttribute()
      • UmbracoMemberAuthorizeAttribute(String, String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX