次の方法で共有


UrlMembershipCondition.Url プロパティ

メンバシップ条件に対してテストする対象の URL を取得または設定します。

Public Property Url As String
[C#]
public string Url {get; set;}
[C++]
public: __property String* get_Url();public: __property void set_Url(String*);
[JScript]
public function get Url() : String;public function set Url(String);

プロパティ値

メンバシップ条件に対してテストする対象の URL。

解説

プロトコル (HTTP、HTTPS、FTP) やファイル名を含む完全な URL が想定されます。たとえば、https://www.fourthcoffee.com/process/grind.htm は完全な URL です。

URL には、完全に一致する文字列、または最終位置にワイルドカードを使用した文字列を使用できます。たとえば、https://www.fourthcoffee.com/process/* はワイルドカード URL です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

UrlMembershipCondition クラス | UrlMembershipCondition メンバ | System.Security.Policy 名前空間