IHtmlHelper.AntiForgeryToken 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.
Returns a <hidden> element (antiforgery token) that will be validated when the containing <form> is submitted.
public:
Microsoft::AspNetCore::Html::IHtmlContent ^ AntiForgeryToken();
public Microsoft.AspNetCore.Html.IHtmlContent AntiForgeryToken ();
abstract member AntiForgeryToken : unit -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function AntiForgeryToken () As IHtmlContent
Returns
IHtmlContent containing the <hidden> element.