StandardDataFormats.ApplicationLink Property

Definition

A read-only property that returns the format ID string value corresponding to the activation link format.

public:
 static property Platform::String ^ ApplicationLink { Platform::String ^ get(); };
static winrt::hstring ApplicationLink();
public static string ApplicationLink { get; }
var string = StandardDataFormats.applicationLink;
Public Shared ReadOnly Property ApplicationLink As String

Property Value

String

Platform::String

winrt::hstring

The format ID string value corresponding to the application link format.

Remarks

An application link represents a Uniform Resource Identifier (URI) with a scheme that isn't http or https that can be handled by a UWP app. The referenced app must be capable of being the default handler for the Uniform Resource Identifier (URI) scheme, although it may not be set as the default handler.

Applies to

See also