DataPagerField.QueryStringValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從要求的 URL 取得查詢字串欄位的值。
protected:
property System::String ^ QueryStringValue { System::String ^ get(); };
protected string QueryStringValue { get; }
member this.QueryStringValue : string
Protected ReadOnly Property QueryStringValue As String
屬性值
查詢字串欄位的值。
備註
DataPager.QueryStringField當 屬性不是空字串或 null
時,DataPager控制項會使用 HTTP GET 命令來巡覽頁面。 包含名稱/值組的查詢字串字段會新增至頁面的 URL。 屬性 QueryStringValue 會從要求的 URL 擷取查詢字串字段的值。 屬性 QueryStringValue 包含要求的頁碼。
和 NextPreviousPagerField 呼叫器欄位會使用NumericPagerField這個屬性來評估所要求數據頁面之第一筆記錄的索引。 然後會更新控件的頁面 DataPager 屬性。