EditContextDataAnnotationsExtensions.EnableDataAnnotationsValidation Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
EnableDataAnnotationsValidation(EditContext) |
Zastaralé.
Povolí podporu ověřování DataAnnotations pro EditContext. |
EnableDataAnnotationsValidation(EditContext, IServiceProvider) |
Povolí podporu ověřování DataAnnotations pro EditContext. |
EnableDataAnnotationsValidation(EditContext)
Upozornění
This API is obsolete and may be removed in future versions. Use the overload that accepts an IServiceProvider instead.
Povolí podporu ověřování DataAnnotations pro EditContext.
public static IDisposable EnableDataAnnotationsValidation (this Microsoft.AspNetCore.Components.Forms.EditContext editContext);
[System.Obsolete("This API is obsolete and may be removed in future versions. Use the overload that accepts an IServiceProvider instead.")]
public static IDisposable EnableDataAnnotationsValidation (this Microsoft.AspNetCore.Components.Forms.EditContext editContext);
static member EnableDataAnnotationsValidation : Microsoft.AspNetCore.Components.Forms.EditContext -> IDisposable
[<System.Obsolete("This API is obsolete and may be removed in future versions. Use the overload that accepts an IServiceProvider instead.")>]
static member EnableDataAnnotationsValidation : Microsoft.AspNetCore.Components.Forms.EditContext -> IDisposable
<Extension()>
Public Function EnableDataAnnotationsValidation (editContext As EditContext) As IDisposable
Parametry
- editContext
- EditContext
Hodnota EditContext
Návraty
Jednorázový objekt, jehož vyřazení odebere podporu ověřování DataAnnotations z objektu EditContext.
- Atributy
Platí pro
EnableDataAnnotationsValidation(EditContext, IServiceProvider)
Povolí podporu ověřování DataAnnotations pro EditContext.
public static IDisposable EnableDataAnnotationsValidation (this Microsoft.AspNetCore.Components.Forms.EditContext editContext, IServiceProvider serviceProvider);
static member EnableDataAnnotationsValidation : Microsoft.AspNetCore.Components.Forms.EditContext * IServiceProvider -> IDisposable
<Extension()>
Public Function EnableDataAnnotationsValidation (editContext As EditContext, serviceProvider As IServiceProvider) As IDisposable
Parametry
- editContext
- EditContext
Hodnota EditContext
- serviceProvider
- IServiceProvider
Hodnota IServiceProvider , která se má použít v ValidationContext.
Návraty
Jednorázový objekt, jehož vyřazení odebere podporu ověřování DataAnnotations z objektu EditContext.