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。

适用于