Click or drag to resize
CsrfProtectionHIDDEN_FIELD_NAME Field
Defines the name of the hidden field used to store CSRF token. This constant is not intended for public use.

Namespace: CMS.Protection.Web.UI
Assembly: CMS.Protection.Web.UI (in CMS.Protection.Web.UI.dll) Version: 13.0.131
Syntax
C#
public const string HIDDEN_FIELD_NAME = "__CMSCsrfToken"

Field Value

Type: String
See Also