BrowserInteropHelper.Source Property

Definition

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

Uri

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.

Applies to