StandardDataFormats.WebLink 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.
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
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.