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 属性将更新。