다음을 통해 공유


WmlMobileTextWriter.PendingBreak 속성

정의

< br > 태그를 출력 스트림에 보내야 할지 여부를 나타냅니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

속성 값

true 태그를 출력 스트림에 보내야 하면 < br >이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보