次の方法で共有


Request.Url プロパティ

定義

要求の URL を取得します。

public:
 property System::String ^ Url { System::String ^ get(); };
public string Url { get; }
member this.Url : string
Public ReadOnly Property Url As String

プロパティ値

要求の URL。

適用対象