DataAnnotationsModelValidatorProvider.RegisterDefaultValidatableObjectAdapter 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.
Registers an adapter for default object validation.
public:
static void RegisterDefaultValidatableObjectAdapter(Type ^ adapterType);
public static void RegisterDefaultValidatableObjectAdapter (Type adapterType);
static member RegisterDefaultValidatableObjectAdapter : Type -> unit
Public Shared Sub RegisterDefaultValidatableObjectAdapter (adapterType As Type)
Parameters
- adapterType
- Type
The type of the adapter.
Exceptions
The type
parameter is null
.
The adapter type does not derive from ModelValidator.
-or-
The adapter type does not have a public constructor that accepts two parameters that are typed as ModelMetadata and ModelBindingExecutionContext.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.