AntiforgeryExtensions Class

Definition

Static class that adds extension methods to IAntiforgery. This class cannot be inherited.

public ref class AntiforgeryExtensions abstract sealed
public static class AntiforgeryExtensions
type AntiforgeryExtensions = class
Public Module AntiforgeryExtensions
Inheritance
AntiforgeryExtensions

Methods

GetHtml(IAntiforgery, HttpContext)

Generates an <input type="hidden"> element for an antiforgery token.

Applies to