Compartir a través de


FormContext.HasAntiforgeryToken Propiedad

Definición

Obtiene o establece una indicación del elemento de formulario> actual <que contiene un token antiforgery. No use a menos que CanRenderAtEndOfForm sea true.

public:
 property bool HasAntiforgeryToken { bool get(); void set(bool value); };
public bool HasAntiforgeryToken { get; set; }
member this.HasAntiforgeryToken : bool with get, set
Public Property HasAntiforgeryToken As Boolean

Valor de propiedad

truees si el elemento de formulario> actual <contiene un token antiforgery; false de lo contrario, es .

Se aplica a