HtmlHelper.AntiForgeryToken Methode

Definition

Gibt ein ausgeblendetes <> Element (Antifälschungstoken) zurück, das überprüft wird, wenn das enthaltende <Formular> gesendet wird.

public:
 virtual Microsoft::AspNetCore::Html::IHtmlContent ^ AntiForgeryToken();
public Microsoft.AspNetCore.Html.IHtmlContent AntiForgeryToken ();
abstract member AntiForgeryToken : unit -> Microsoft.AspNetCore.Html.IHtmlContent
override this.AntiForgeryToken : unit -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function AntiForgeryToken () As IHtmlContent

Gibt zurück

IHtmlContentdas ausgeblendete <> Element enthält.

Implementiert

Gilt für: