IHtmlGenerator.GenerateAntiforgery(ViewContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generate an <input type="hidden".../> element containing an antiforgery token.
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
Parameters
- viewContext
- ViewContext
The ViewContext instance for the current scope.
Returns
An IHtmlContent instance for the <input type="hidden".../> element. Intended to be used inside a <form> element.