RequestFieldValidatorBase.GetHttpContext(ValidationContext) 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 HTTP context of the current request.
protected static System.Web.HttpContextBase GetHttpContext (System.ComponentModel.DataAnnotations.ValidationContext validationContext);
static member GetHttpContext : System.ComponentModel.DataAnnotations.ValidationContext -> System.Web.HttpContextBase
Protected Shared Function GetHttpContext (validationContext As ValidationContext) As HttpContextBase
Parameters
- validationContext
- ValidationContext
The validation context.
Returns
The context.