共用方式為


InputBase<TValue>.DisplayName 屬性

定義

取得或設定此欄位的顯示名稱。

當輸入值無法正確剖析時,會產生錯誤訊息時,就會使用此值。

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public string? DisplayName { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.DisplayName : string with get, set
Public Property DisplayName As String

屬性值

屬性

適用於