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)

将防伪造令牌呈现为隐藏字段的组件。

适用于