HttpRequestWrapper.RawUrl 屬性

定義

取得目前要求的完整 URL。

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

屬性值

String

目前要求的完整 URL。

適用於