IHtmlGenerator.GenerateAntiforgery(ViewContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Générez un <élément input type="hidden ».../> contenant un jeton antiforgery.
public:
Microsoft::AspNetCore::Html::IHtmlContent ^ GenerateAntiforgery(Microsoft::AspNetCore::Mvc::Rendering::ViewContext ^ viewContext);
public Microsoft.AspNetCore.Html.IHtmlContent GenerateAntiforgery (Microsoft.AspNetCore.Mvc.Rendering.ViewContext viewContext);
abstract member GenerateAntiforgery : Microsoft.AspNetCore.Mvc.Rendering.ViewContext -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function GenerateAntiforgery (viewContext As ViewContext) As IHtmlContent
Paramètres
- viewContext
- ViewContext
Le ViewContext instance pour l’étendue actuelle.
Retours
Un IHtmlContent instance pour l’élément <input type="hidden ».../>. Destiné à être utilisé à l’intérieur d’un <élément de formulaire> .