Click or drag to resize
AntiForgeryExtensions Class
Extension methods for AntiForgery support for pages with output cache.
Inheritance Hierarchy
SystemObject
  Kentico.Web.MvcAntiForgeryExtensions

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public static class AntiForgeryExtensions

The AntiForgeryExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAntiForgeryToken
Generates a hidden form field (anti-forgery token) that is validated when the form is submitted.
Top
See Also