|   | 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.
            
 GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
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);
Property Value
Boolean See Also
See Also