HttpRequestBase.RawUrl 属性

定义

在派生类中替代时,获取当前请求的完整 URL。

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

属性值

当前请求的完整 URL。

例外

适用于