| 
            
              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.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic bool FormValidation { get; set; }Public Property FormValidation As Boolean
	Get
	Set
public:
property bool FormValidation {
	bool get ();
	void set (bool value);
}member FormValidation : bool with get, set
function get_FormValidation();
function set_FormValidation(value);
 View SourceProperty Value
Boolean
See Also