ValidateAntiForgeryTokenAttribute 类

定义

表示用于阻止伪造请求的特性。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ValidateAntiForgeryTokenAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.IAuthorizationFilter
type ValidateAntiForgeryTokenAttribute = class
    inherit FilterAttribute
    interface IAuthorizationFilter
Public NotInheritable Class ValidateAntiForgeryTokenAttribute
Inherits FilterAttribute
Implements IAuthorizationFilter
继承
ValidateAntiForgeryTokenAttribute
属性
实现

构造函数

ValidateAntiForgeryTokenAttribute()

初始化 ValidateAntiForgeryTokenAttribute 类的新实例。

属性

AllowMultiple

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

(继承自 FilterAttribute)
Order

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

(继承自 FilterAttribute)
Salt
已过时.

获取或设置 salt 字符串。

方法

OnAuthorization(AuthorizationContext)

在需要授权时调用。

适用于