Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Registers the default adapter factory.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Shared Sub RegisterDefaultAdapterFactory ( _
factory As DataAnnotationsModelValidationFactory _
)
public static void RegisterDefaultAdapterFactory(
DataAnnotationsModelValidationFactory factory
)
public:
static void RegisterDefaultAdapterFactory(
DataAnnotationsModelValidationFactory^ factory
)
Parameters
- factory
Type: System.Web.Mvc.DataAnnotationsModelValidationFactory
The factory that will be used to create the ModelValidator object for the default adapter.
Remarks
This method registers the default adapter factory for types that derive from ValidationAttribute only if the attribute type is not registered with RegisterAdapterFactory(Type, DataAnnotationsModelValidationFactory).