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。

适用于