RequireAntiforgeryTokenAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可用來指出是否必須驗證反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 |
取得或設定值,指出是否應該驗證反分叉權杖。 |