AntiforgeryToken Class

Definition

Component that renders an antiforgery token as a hidden field.

public class AntiforgeryToken : Microsoft.AspNetCore.Components.IComponent
type AntiforgeryToken = class
    interface IComponent
Public Class AntiforgeryToken
Implements IComponent
Inheritance
AntiforgeryToken
Implements

Constructors

AntiforgeryToken()

Explicit Interface Implementations

IComponent.Attach(RenderHandle)
IComponent.SetParametersAsync(ParameterView)

Applies to