StandardDataFormats.WebLink Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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

Remarks

A web link represents a Uniform Resource Identifier (URI) with a scheme of http or https. These schemes are handled by a user's default web browser.

Applies to

See also