PageHelper Methods | Helper帮助文档 |
The PageHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetClientBrowserVersion |
返回客户端浏览器版本
如果是IE类型,返回版本数字
如果不是IE类型,返回-1
|
|
GetCurrentPage |
得到当前页对象实例
|
|
GetHashCode | (Inherited from Object.) | |
GetPageName |
从System.Web.HttpRequest的Url中获取所调用的页面名称
|
|
GetQueryString |
读取QueryString值
|
|
GetRelativeLevel |
获取当前请求页面相对于根目录的层级
|
|
GetType | (Inherited from Object.) | |
LockPage |
锁定页面上的一些组件
|
|
MemberwiseClone | (Inherited from Object.) | |
paging(String, Int32, Int32, Int32) | ||
paging(String, Int32, Int32, Label) | ||
paging(String, String, Int32, Int32) | ||
paging(String, String, Int32, Int32, UserControl) | ||
paging2 | ||
paging3 | ||
Redirect |
页面跳转
|
|
ToString | (Inherited from Object.) | |
UnLockPage |
解除锁定页面上的一些组件
|
See Also