共用方式為


XhtmlControlAdapter.PreprocessQueryString(String) 方法

定義

取得指定查詢字串的部分,其中包含處理要求的參數。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

protected:
 System::String ^ PreprocessQueryString(System::String ^ queryString);
protected string PreprocessQueryString (string queryString);
member this.PreprocessQueryString : string -> string
Protected Function PreprocessQueryString (queryString As String) As String

參數

queryString
String

取自 QueryString 的查詢字串。

傳回

字串,包含已處理的查詢字串。

備註

使用此方法可藉由移除下列資訊,將查詢字串減少為其基本參數:

  • 檔名和路徑資訊。

  • 指定目前 FormsCookieName的參數。

  • 名為 「x-up-descharset」 的參數,指定目前的字元集。

頁面配接器會使用傳回的查詢字串來建立 NameValueCollection 物件,以存取其餘參數及其值。

這個方法主要是由 .NET Framework 內部使用。

適用於

另請參閱