ModelMetadata.GetValidators(ControllerContext) 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 validators for the model.
public virtual System.Collections.Generic.IEnumerable<System.Web.Mvc.ModelValidator> GetValidators (System.Web.Mvc.ControllerContext context);
abstract member GetValidators : System.Web.Mvc.ControllerContext -> seq<System.Web.Mvc.ModelValidator>
override this.GetValidators : System.Web.Mvc.ControllerContext -> seq<System.Web.Mvc.ModelValidator>
Public Overridable Function GetValidators (context As ControllerContext) As IEnumerable(Of ModelValidator)
Parameters
- context
- ControllerContext
The controller context.
Returns
A list of validators for the model.