JHServer Class

DCSoft.DBUtilityGeneric

JHServer Class
提供用于处理 Web 请求的 Helper 方法,该类为密封类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.WebJHServer

Namespace: DCSoft.Utility.Web
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class JHServer

The JHServer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateStaticPage(String)
在当前请求的上下文中执行指定虚拟路径的处理程序,将生成的输出以 HTML 文件保存到虚礼路径相同的目录下,异常将直接抛出
Public methodStatic memberCreateStaticPage(String, String)
在当前请求的上下文中执行指定虚拟路径的处理程序,将生成后的输出保存到文件,异常将直接抛出
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodStatic memberUrlEncode
将字符串转换为 URL 编码的字符串
Top
See Also