IClientValidationService.GetClientValidationAttributes Método

Definición

Obtiene los data-val-* atributos HTML de un campo de formulario. Devuelve null si no se aplican atributos de validación.

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)

Parámetros

fieldIdentifier
FieldIdentifier

Devoluciones

Se aplica a