다음을 통해 공유


HtmlMobileTextWriter.RequiresNoBreakInFormatting 속성

정의

디바이스에서 줄 바꿈 서식을 지정하는 HTML < br > 요소를 지원하지 않는지 여부를 나타내는 값을 가져옵니다. 기본값은 false입니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 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

속성 값

true 디바이스에서 HTML < br > 태그를 지원하지 않으면 .이고, false그렇지 않으면 .입니다.

적용 대상

추가 정보