Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the method that creates a DataAnnotationsModelValidatorProvider instance.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Delegate Function DataAnnotationsModelValidationFactory ( _
metadata As ModelMetadata, _
context As ControllerContext, _
attribute As ValidationAttribute _
) As ModelValidator
public delegate ModelValidator DataAnnotationsModelValidationFactory(
ModelMetadata metadata,
ControllerContext context,
ValidationAttribute attribute
)
public delegate ModelValidator^ DataAnnotationsModelValidationFactory(
ModelMetadata^ metadata,
ControllerContext^ context,
ValidationAttribute^ attribute
)
Parameters
- metadata
Type: System.Web.Mvc.ModelMetadata
- context
Type: System.Web.Mvc.ControllerContext
- attribute
Type: System.ComponentModel.DataAnnotations.ValidationAttribute
Return Value
Type: System.Web.Mvc.ModelValidator