NextPreviousPagerField.RenderNonBreakingSpacesBetweenControls 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指出是否在控制項之間呈現不分行空格。
public:
property bool RenderNonBreakingSpacesBetweenControls { bool get(); void set(bool value); };
public bool RenderNonBreakingSpacesBetweenControls { get; set; }
member this.RenderNonBreakingSpacesBetweenControls : bool with get, set
Public Property RenderNonBreakingSpacesBetweenControls As Boolean
屬性值
如果在控制項之間呈現不分行空格。則為 true
,否則為 false
。 預設為 true
。
備註
RenderNonBreakingSpacesBetweenControls使用 屬性可指定是否在對象的導覽控件NextPreviousPagerField之間轉譯 HTML
字元 (非中斷空格) 。 如果您需要對使用級聯樣式表單建立的版面配置 (CSS) 類別,您可以設定RenderNonBreakingSpacesBetweenControlsfalse
為 。
此屬性的值會儲存在 viewstate 中。