共用方式為


UrlIdentityPermissionAttribute.Url 屬性

定義

取得或設定呼叫程式碼的完整 URL。

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

屬性值

符合主機指定 URL 的 URL。

備註

系統會考慮完整的 URL,包括通訊協定 (HTTP、HTTPS、FTP) 和檔案,例如: http://www.fourthcoffee.com/process/grind.htm/

URL 可以完全比對,或透過最終位置的通配符進行比對,例如: http://www.fourthcoffee.com/process/*

適用於