다음을 통해 공유


HttpBrowserCapabilitiesBase.RendersBreaksAfterWmlInput 속성

정의

파생 클래스에서 재정의된 경우 브라우저에서 WML input 요소 뒤에 줄 바꿈을 렌더링하는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool RendersBreaksAfterWmlInput { bool get(); };
public virtual bool RendersBreaksAfterWmlInput { get; }
member this.RendersBreaksAfterWmlInput : bool
Public Overridable ReadOnly Property RendersBreaksAfterWmlInput As Boolean

속성 값

Boolean

브라우저에서 WMLtrue 요소 뒤에 줄 바꿈을 렌더링하면 input 이고, 그렇지 않으면 false입니다.

예외

적용 대상