Partager via


UrlIdentityPermission.Url Propriété

Définition

Obtient ou définit une URL représentant l’identité du code Internet.

public:
 property System::String ^ Url { System::String ^ get(); void set(System::String ^ value); };
public string Url { get; set; }
member this.Url : string with get, set
Public Property Url As String

Valeur de propriété

URL représentant l’identité du code Internet.

Exceptions

L’URL ne peut pas être récupérée, car elle possède une identité ambiguë.

Remarques

L’URL complète est prise en compte, y compris le protocole (HTTP, HTTPS, FTP) et le fichier, par exemple : http://www.fourthcoffee.com/process/grind.htm/.

Les URL peuvent être mises en correspondance exactement ou par un caractère générique en position finale, par exemple : http://www.fourthcoffee.com/process/*.

S’applique à