EditContextDataAnnotationsExtensions.EnableDataAnnotationsValidation Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
EnableDataAnnotationsValidation(EditContext) |
Veraltet.
Aktiviert die Unterstützung der DataAnnotations-Validierung für .EditContext |
EnableDataAnnotationsValidation(EditContext, IServiceProvider) |
Aktiviert die Unterstützung der DataAnnotations-Validierung für .EditContext |
EnableDataAnnotationsValidation(EditContext)
Achtung
This API is obsolete and may be removed in future versions. Use the overload that accepts an IServiceProvider instead.
Aktiviert die Unterstützung der DataAnnotations-Validierung für .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
Parameter
- editContext
- EditContext
Die EditContext.
Gibt zurück
Ein einwegbares Objekt, dessen Entsorgung die DataAnnotations-Validierungsunterstützung aus dem EditContextentfernt.
- Attribute
Gilt für:
EnableDataAnnotationsValidation(EditContext, IServiceProvider)
Aktiviert die Unterstützung der DataAnnotations-Validierung für .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
Parameter
- editContext
- EditContext
Die EditContext.
- serviceProvider
- IServiceProvider
Der IServiceProvider , der in verwendet ValidationContextwerden soll.
Gibt zurück
Ein einwegbares Objekt, dessen Entsorgung die DataAnnotations-Validierungsunterstützung aus dem EditContextentfernt.