Condividi tramite


FormContext.HasAntiforgeryToken Proprietà

Definizione

Ottiene o imposta un'indicazione dell'elemento modulo> corrente <contenente un token antiforgery. Non usare a meno che CanRenderAtEndOfForm non sia 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

Valore della proprietà

truese l'elemento modulo> corrente <contiene un token antiforgery; false in caso contrario.

Si applica a