OverrideAuthenticationAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示与身份验证相关的特性。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class OverrideAuthenticationAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.Filters.IOverrideFilter
type OverrideAuthenticationAttribute = class
inherit FilterAttribute
interface IOverrideFilter
Public NotInheritable Class OverrideAuthenticationAttribute
Inherits FilterAttribute
Implements IOverrideFilter
- 继承
- 属性
- 实现
构造函数
OverrideAuthenticationAttribute() |
初始化 OverrideAuthenticationAttribute 类的新实例。 |
属性
AllowMultiple |
获取或设置一个值,该值指示是否可指定筛选器特性的多个实例。 (继承自 FilterAttribute) |
FiltersToOverride |
获取要为此实例重写的筛选器。 |
Order |
获取或者设置执行操作筛选器的顺序。 (继承自 FilterAttribute) |