Share via


UrlIdentityPermissionAttribute.Url Propriété

Définition

Obtient ou définit l'URL complète du code appelant.

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 à faire correspondre avec l'URL spécifiée par l'hôte.

Remarques

L’URL complète est considérée, 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 dans la position finale, par exemple : http://www.fourthcoffee.com/process/*.

S’applique à