RequestValidator Methods
.NET Framework (current version)
Namespace:
System.Web.Util
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | InvokeIsValidRequestString(HttpContext, String, RequestValidationSource, String, Int32) | Provides a public method that calls the protected IsValidRequestString method in order to validate HTTP request data. |
![]() | IsValidRequestString(HttpContext, String, RequestValidationSource, String, Int32) | Validates a string that contains HTTP request data. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:

