StandardDataFormats.WebLink 属性

定义

一个只读属性,返回与 Web 链接格式对应的格式 ID 字符串值。

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

属性值

String

Platform::String

winrt::hstring

与 Web 链接格式对应的格式 ID 字符串值。

注解

Web 链接表示具有 http 或 https 方案的统一资源标识符 (URI) 。 这些方案由用户的默认 Web 浏览器处理。

适用于

另请参阅