MobileCapabilities.RendersBreaksAfterWmlInput 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出瀏覽器是否在 HTML <input>
項目之後呈現分行符號。
public:
virtual property bool RendersBreaksAfterWmlInput { bool get(); };
public virtual bool RendersBreaksAfterWmlInput { get; }
member this.RendersBreaksAfterWmlInput : bool
Public Overridable ReadOnly Property RendersBreaksAfterWmlInput As Boolean
屬性值
true
如果瀏覽器在 HTML <input>
專案之後轉譯分行符號,則為 , false
否則為 。 預設為 false
。