PageHelper Class | Helper帮助文档 |
网页帮助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PageHelper
Public Class PageHelper
public ref class PageHelper
type PageHelper = class end
The PageHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PageHelper | Initializes a new instance of the PageHelper class |
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