Share via


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。

注釈

プロトコル (HTTP、HTTPS、FTP) やファイルなど、完全な URL が考慮されます http://www.fourthcoffee.com/process/grind.htm/

URL は、完全に一致するか、最後の位置のワイルドカード (例: ) http://www.fourthcoffee.com/process/*で照合できます。

適用対象