HttpRequestWrapper.RawUrl 属性
定义
获取当前请求的完整 URL。Gets the complete URL of the current request.
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
属性值
当前请求的完整 URL。The complete URL of the current request.