Share via


MobileCapabilities.HasBackButton 속성

정의

브라우저에 전용 뒤로 단추가 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

true 브라우저에 전용 뒤로 단추가 있으면이 고, 그렇지 않으면입니다. 그렇지 않으면 false 입니다. 기본값은 true입니다.

적용 대상