共用方式為


HtmlMobileTextWriter.RequiresNoBreakInFormatting 屬性

定義

取得值,指出裝置是否不支援以 HTML < br > 項目格式化分行符號。 預設為 false。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

protected public:
 property bool RequiresNoBreakInFormatting { bool get(); void set(bool value); };
protected internal bool RequiresNoBreakInFormatting { get; set; }
member this.RequiresNoBreakInFormatting : bool with get, set
Protected Friend Property RequiresNoBreakInFormatting As Boolean

屬性值

如果裝置不支援 HTML true 標記則為 < br >,否則為 false

適用於

另請參閱