NavigationWindow.CurrentSource 속성

정의

마지막으로 탐색되었던 콘텐츠의 URI(Uniform Resource Identifier)를 가져옵니다.

public:
 property Uri ^ CurrentSource { Uri ^ get(); };
public Uri CurrentSource { get; }
member this.CurrentSource : Uri
Public ReadOnly Property CurrentSource As Uri

속성 값

Uri

URI를 사용하여 탐색한 경우 마지막으로 탐색한 콘텐츠의 URI입니다. 그렇지 않으면 . null

설명

NavigationWindow.CurrentSource을 참조하세요.

적용 대상