IClientValidationService.GetClientValidationAttributes Metodo

Definizione

Ottiene gli data-val-* attributi HTML per un campo modulo. Restituisce null se non si applicano attributi di convalida.

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)

Parametri

fieldIdentifier
FieldIdentifier

Valori restituiti

Si applica a