BrowserInteropHelper.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the uniform resource identifier (URI) for the location from which a XAML browser application (XBAP) application was launched.
public:
static property Uri ^ Source { Uri ^ get(); };
public static Uri Source { get; }
static member Source : Uri
Public Shared ReadOnly Property Source As Uri
Property Value
The Uri for the location from which a XAML browser application (XBAP) application was launched; otherwise, null
.
Remarks
The Source property contains only a Uri for XAML browser application (XBAP) applications. For an example of the Source property, see IsBrowserHosted.