ModelValidatorProvider Class
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.
Provides a list of validators for a model.
public abstract class ModelValidatorProvider
type ModelValidatorProvider = class
Public MustInherit Class ModelValidatorProvider
- Inheritance
-
ModelValidatorProvider
- Derived
Constructors
ModelValidatorProvider() |
When implemented in a derived class, initializes a new instance of the ModelValidatorProvider class. |
Methods
GetValidators(ModelMetadata, ControllerContext) |
Gets a list of validators. |