ModelValidator(ModelMetadata, ControllerContext) Constructor
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.
Called from constructors in derived classes to initialize the ModelValidator class.
protected ModelValidator (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext controllerContext);
new System.Web.Mvc.ModelValidator : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext -> System.Web.Mvc.ModelValidator
Protected Sub New (metadata As ModelMetadata, controllerContext As ControllerContext)
Parameters
- metadata
- ModelMetadata
The metadata.
- controllerContext
- ControllerContext
The controller context.