次の方法で共有


HttpRequestBase.Url プロパティ

定義

派生クラスでオーバーライドされた場合、現在の要求の URL に関する情報を取得します。

public:
 virtual property Uri ^ Url { Uri ^ get(); };
public virtual Uri Url { get; }
member this.Url : Uri
Public Overridable ReadOnly Property Url As Uri

プロパティ値

Uri

現在の要求の URL に関する情報を保持しているオブジェクト。

例外

適用対象