CurrentApp.LinkUri 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) of the app's listing page in the web catalog of the Windows Store.
public:
static property Uri ^ LinkUri { Uri ^ get(); };
static Uri LinkUri();
public static System.Uri LinkUri { get; }
var uri = CurrentApp.linkUri;
Public Shared ReadOnly Property LinkUri As Uri
Property Value
The Uniform Resource Identifier (URI) of the app's listing page in the Windows Store.