Sdílet prostřednictvím


EditContextDataAnnotationsExtensions.EnableDataAnnotationsValidation Metoda

Definice

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)

Zdroj:
EditContextDataAnnotationsExtensions.cs
Zdroj:
EditContextDataAnnotationsExtensions.cs
Zdroj:
EditContextDataAnnotationsExtensions.cs
Zdroj:
EditContextDataAnnotationsExtensions.cs

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)

Zdroj:
EditContextDataAnnotationsExtensions.cs
Zdroj:
EditContextDataAnnotationsExtensions.cs
Zdroj:
EditContextDataAnnotationsExtensions.cs

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.

Platí pro