Frame.CurrentSource Eigenschaft

Definition

Ruft den URI (Uniform Resource Identifier) des Inhalts ab, zu dem zuletzt navigiert wurde.

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

Eigenschaftswert

Uri

A Uri for the content that was last navigated to, if navigated to by using a URI; andernfalls null.

Hinweise

Siehe NavigationService.CurrentSource.

Gilt für