共用方式為


HtmlHelper.IdAttributeDotReplacement 屬性

定義

取得或設定字元,用來取代轉譯表單控制項之 id 屬性中的點 (.) 。

public static string IdAttributeDotReplacement { get; set; }
member this.IdAttributeDotReplacement : string with get, set
Public Shared Property IdAttributeDotReplacement As String

屬性值

用來取代轉譯表單控制項之 id 屬性中的點的字元。 預設為底線 (_)。

適用於