RequestFieldValidatorBase.GetRequestValue(HttpRequestBase, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value to validate.
protected string GetRequestValue (System.Web.HttpRequestBase request, string field);
member this.GetRequestValue : System.Web.HttpRequestBase * string -> string
Protected Function GetRequestValue (request As HttpRequestBase, field As String) As String
Parameters
- request
- HttpRequestBase
The current request.
- field
- String
The name of the field from the current request to validate.
Returns
The value to validate.