JHServer Methods

DCSoft.DBUtilityGeneric

JHServer Methods

The JHServer type exposes the following members.

Methods
  Name Description
Public method Static member CreateStaticPage(String)
在当前请求的上下文中执行指定虚拟路径的处理程序,将生成的输出以 HTML 文件保存到虚礼路径相同的目录下,异常将直接抛出
Public method Static member CreateStaticPage(String, String)
在当前请求的上下文中执行指定虚拟路径的处理程序,将生成后的输出保存到文件,异常将直接抛出
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Static member UrlEncode
将字符串转换为 URL 编码的字符串
Top
See Also