Frame.CurrentSource Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the uniform resource identifier (URI) of the content that is currently displayed.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.Navigation (in System.Windows.Controls.Navigation.dll)
Syntax
'Declaration
Public Property CurrentSource As Uri
public Uri CurrentSource { get; internal set; }
Property Value
Type: System.Uri
A value that represents the URI of content that is currently displayed.
Remarks
Dependency property identifier field: CurrentSourceProperty
The value of the CurrentSource property does not change until navigation to a new URI has completed.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also