Partager via


StandardDataFormats.WebLink Propriété

Définition

Propriété en lecture seule qui retourne la valeur de chaîne d’ID de format correspondant au format de lien 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

Valeur de propriété

String

Platform::String

winrt::hstring

Valeur de chaîne d’ID de format correspondant au format de lien web.

Remarques

Un lien web représente un URI (Uniform Resource Identifier) avec un schéma http ou https. Ces schémas sont gérés par le navigateur web par défaut d’un utilisateur.

S’applique à

Voir aussi