StandardDataFormats.WebLink 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个只读属性,返回与 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
属性值
与 Web 链接格式对应的格式 ID 字符串值。
注解
Web 链接表示具有 http 或 https 方案的统一资源标识符 (URI) 。 这些方案由用户的默认 Web 浏览器处理。