共用方式為


UrlIdentityPermission.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/*

適用於