Page::SkipFormActionValidation Property
.NET Framework (current version)
Gets or sets a value that indicates whether the query string value is validated.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property bool SkipFormActionValidation { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if query string validation should be skipped (the query string should not be validated); otherwise, false if query string validation should take place as normal. The default is false.
.NET Framework
Available since 4.5
Available since 4.5
Show: