IClientValidationService.GetClientValidationAttributes 메서드

정의

양식 필드의 data-val-* HTML 특성을 가져옵니다. 유효성 검사 특성이 적용되지 않는 경우 반환 null 합니다.

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)

매개 변수

fieldIdentifier
FieldIdentifier

반품

적용 대상