共用方式為


UrlMembershipCondition.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 設定為 null

值不是絕對 URL。

備註

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

URL 可以完全比對,或是由最後一個位置的通配符進行比對。 例如, http://www.fourthcoffee.com/process/* 是通配符 URL。

適用於