共用方式為


RequireAntiforgeryTokenAttribute 類別

定義

可用來指出是否必須驗證反Forgery 權杖的屬性。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)]
public class RequireAntiforgeryTokenAttribute : Attribute, Microsoft.AspNetCore.Antiforgery.IAntiforgeryMetadata
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)>]
type RequireAntiforgeryTokenAttribute = class
    inherit Attribute
    interface IAntiforgeryMetadata
Public Class RequireAntiforgeryTokenAttribute
Inherits Attribute
Implements IAntiforgeryMetadata
繼承
RequireAntiforgeryTokenAttribute
屬性
實作

建構函式

RequireAntiforgeryTokenAttribute(Boolean)

可用來指出是否必須驗證反Forgery 權杖的屬性。

屬性

RequiresValidation

取得或設定值,指出是否應該驗證反分叉權杖。

適用於