HtmlHelper.IdAttributeDotReplacement 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字元,用來取代轉譯表單控制項之 id 屬性中的點 (.) 。
public static string IdAttributeDotReplacement { get; set; }
member this.IdAttributeDotReplacement : string with get, set
Public Shared Property IdAttributeDotReplacement As String
屬性值
用來取代轉譯表單控制項之 id 屬性中的點的字元。 預設為底線 (_)。