Click or drag to resize

ValidateRequestVerificationTokenAttributeFormValidation Property

Gets or sets flag that determines if validation should occur via posted form data or header data. Set to true to use form data with RequestVerificationToken function; otherwise, set to false to use with RequestVerificationHeaderToken function (e.g., when used via JSON). Defaults to false.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public bool FormValidation { get; set; }
View Source

Property Value

Boolean
See Also