使用英语阅读

通过


OverrideAuthenticationAttribute 类

定义

表示与身份验证相关的特性。

[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
继承
OverrideAuthenticationAttribute
属性
实现

构造函数

属性

AllowMultiple

获取或设置一个值,该值指示是否可指定筛选器特性的多个实例。

(继承自 FilterAttribute)
FiltersToOverride

获取要为此实例重写的筛选器。

Order

获取或者设置执行操作筛选器的顺序。

(继承自 FilterAttribute)

适用于