DataErrorInfoModelValidatorProvider.GetValidators 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.
Gets a list of error-information model validators.
public override System.Collections.Generic.IEnumerable<System.Web.Mvc.ModelValidator> GetValidators(System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context);
override this.GetValidators : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext -> seq<System.Web.Mvc.ModelValidator>
Public Overrides Function GetValidators (metadata As ModelMetadata, context As ControllerContext) As IEnumerable(Of ModelValidator)
Parameters
- metadata
- ModelMetadata
The model metadata.
- context
- ControllerContext
The controller context.
Returns
A list of error-information model validators.