PagesSection.ValidateRequest Property
.NET Framework 3.0
Gets or sets a value that determines whether ASP.NET examines input from the browser for dangerous values.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_ValidateRequest () /** @property */ public void set_ValidateRequest (boolean value)
public function get ValidateRequest () : boolean public function set ValidateRequest (value : boolean)
Not applicable.
Property Value
true if ASP.NET examines input from the browser for dangerous values; otherwise, false. The default value is true.Request validation is performed by comparing all input data to a list of potentially dangerous values. If a match occurs, ASP.NET raises an HttpRequestValidationException.
Community Additions
ADD
Show: