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。

例外狀況

適用於