Page.IdSeparator 屬性

定義

取得字元,於建置頁面上控制項的唯一 ID 時,使用此字元分隔控制識別項。

public:
 virtual property char IdSeparator { char get(); };
[System.ComponentModel.Browsable(false)]
public virtual char IdSeparator { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IdSeparator : char
Public Overridable ReadOnly Property IdSeparator As Char

屬性值

用來分隔控制識別項的字元。 呈現頁面的 PageAdapter 執行個體會設定預設值。 IdSeparator 為伺服器端欄位,不應修改。

屬性

適用於

另請參閱