This topic has not yet been rated - Rate this topic

AssociatedValidatorProvider.GetValidators Method (ModelMetadata, ControllerContext)

Gets the validators for the model using the metadata and controller context.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public override sealed IEnumerable<ModelValidator> GetValidators(
	ModelMetadata metadata,
	ControllerContext context
)

Parameters

metadata
Type: System.Web.Mvc.ModelMetadata
The metadata.
context
Type: System.Web.Mvc.ControllerContext
The controller context.

Return Value

Type: System.Collections.Generic.IEnumerable<ModelValidator>
The validators for the model.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.