IClientValidationService.GetClientValidationAttributes Methode

Definition

Ruft die data-val-* HTML-Attribute für ein Formularfeld ab. Gibt zurück null , wenn keine Überprüfungsattribute angewendet werden.

public System.Collections.Generic.IReadOnlyDictionary<string,object>? GetClientValidationAttributes(Microsoft.AspNetCore.Components.Forms.FieldIdentifier fieldIdentifier);
abstract member GetClientValidationAttributes : Microsoft.AspNetCore.Components.Forms.FieldIdentifier -> System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public Function GetClientValidationAttributes (fieldIdentifier As FieldIdentifier) As IReadOnlyDictionary(Of String, Object)

Parameter

fieldIdentifier
FieldIdentifier

Gibt zurück

Gilt für: