HtmlMobileTextWriter.RequiresNoBreakInFormatting 속성

정의

디바이스에서 HTML < br > 요소를 사용하여 줄 바꿈을 지정할 수 없는지 여부를 나타내는 값을 가져옵니다. 기본값은 false입니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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입니다.

적용 대상

추가 정보