AntiforgeryToken クラス

定義

偽造防止トークンを非表示フィールドとしてレンダリングするコンポーネント。

public class AntiforgeryToken : Microsoft.AspNetCore.Components.IComponent
type AntiforgeryToken = class
    interface IComponent
Public Class AntiforgeryToken
Implements IComponent
継承
AntiforgeryToken
実装

コンストラクター

AntiforgeryToken()

偽造防止トークンを非表示フィールドとしてレンダリングするコンポーネント。

明示的なインターフェイスの実装

IComponent.Attach(RenderHandle)

偽造防止トークンを非表示フィールドとしてレンダリングするコンポーネント。

IComponent.SetParametersAsync(ParameterView)

偽造防止トークンを非表示フィールドとしてレンダリングするコンポーネント。

適用対象