StandardDataFormats.WebLink 屬性

定義

唯讀屬性,會傳回對應至 Web 連結格式的格式識別碼字串值。

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 連結格式的格式識別碼字串值。

備註

Web 連結代表具有HTTP 或 HTTPs配置的統一資源識別項 (URI) 。 這些配置是由使用者的預設網頁瀏覽器處理。

適用於

另請參閱