DataAnnotationsModelValidatorProvider.RegisterDefaultAdapter(Type) Method

Definition

Registers the default adapter.

public static void RegisterDefaultAdapter (Type adapterType);
static member RegisterDefaultAdapter : Type -> unit
Public Shared Sub RegisterDefaultAdapter (adapterType As Type)

Parameters

adapterType
Type

The type of the adapter.

Applies to