Aracılığıyla paylaş


DataAnnotationsModelValidatorProvider.RegisterAdapterFactory Yöntem

Tanım

Doğrulama sağlayıcısı için bir bağdaştırıcı fabrikası kaydeder.

public:
 static void RegisterAdapterFactory(Type ^ attributeType, System::Web::ModelBinding::DataAnnotationsModelValidationFactory ^ factory);
public static void RegisterAdapterFactory (Type attributeType, System.Web.ModelBinding.DataAnnotationsModelValidationFactory factory);
static member RegisterAdapterFactory : Type * System.Web.ModelBinding.DataAnnotationsModelValidationFactory -> unit
Public Shared Sub RegisterAdapterFactory (attributeType As Type, factory As DataAnnotationsModelValidationFactory)

Parametreler

attributeType
Type

Özniteliğin türü.

factory
DataAnnotationsModelValidationFactory

Belirtilen öznitelik için doğrulayıcı nesnesi oluşturmak için kullanılacak fabrika.

Şunlara uygulanır