Condividi tramite


DataAnnotationsModelValidatorProvider.RegisterAdapter(Type, Type) Metodo

Definizione

Registra un adattatore per la convalida lato client.

public:
 static void RegisterAdapter(Type ^ attributeType, Type ^ adapterType);
public static void RegisterAdapter (Type attributeType, Type adapterType);
static member RegisterAdapter : Type * Type -> unit
Public Shared Sub RegisterAdapter (attributeType As Type, adapterType As Type)

Parametri

attributeType
Type

Tipo dell'attributo di convalida.

adapterType
Type

Tipo di adattatore.

Si applica a