NavigationManager.BaseUri 속성

정의

현재 기본 URI를 가져오거나 설정합니다. 는 BaseUri 항상 후행 슬래시가 있는 문자열 형식의 절대 URI로 표시됩니다. 일반적으로 이는 문서의 <기본> 요소에 있는 'href' 특성에 해당합니다.

public:  property System::String ^ BaseUri {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string BaseUri { get; protected set; }
member this.BaseUri : string with get, set
Public Property BaseUri As String

속성 값

설명

설정 BaseUri 은 이벤트를 트리거 LocationChanged 하지 않습니다.

적용 대상