Aracılığıyla paylaş


UrlIdentityPermissionAttribute.Url Özellik

Tanım

Çağıran kodun tam URL'sini alır veya ayarlar.

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

Özellik Değeri

Konak tarafından belirtilen URL ile eşleşecek URL.

Açıklamalar

Protokol (HTTP, HTTPS, FTP) ve dosya dahil olmak üzere url'nin tamamı dikkate alınır, örneğin: http://www.fourthcoffee.com/process/grind.htm/.

URL'ler tam olarak veya son konumdaki bir joker karakterle eşleştirilebilir, örneğin: http://www.fourthcoffee.com/process/*.

Şunlara uygulanır