AntiforgeryRequestToken(String, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de AntiforgeryRequestToken.
public AntiforgeryRequestToken (string value, string formFieldName);
new Microsoft.AspNetCore.Components.Forms.AntiforgeryRequestToken : string * string -> Microsoft.AspNetCore.Components.Forms.AntiforgeryRequestToken
Public Sub New (value As String, formFieldName As String)
Parâmetros
- value
- String
O valor do token antiforgery.
- formFieldName
- String
O nome do campo de formulário para o token antiforgery.