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

返品

適用対象