JHRegisterJS Class

DCSoft.DBUtilityGeneric

JHRegisterJS Class
向页面注册 JS,该类为密封类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.WebJHRegisterJS

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 JHRegisterJS

The JHRegisterJS type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberRegister(Page, String)
在页面 Form 开始标记之后注册 JS 脚本,异常时无脚本执行
Public methodStatic memberRegister(Page, String, Boolean)
向页面注册 JS 脚本,异常时无脚本执行
Public methodStatic memberRegister(Page, String, String)
在页面 Form 开始标记之后注册 JS 脚本
Public methodStatic memberRegister(Page, String, String, Boolean)
向页面注册 JS 脚本
Public methodToString (Inherited from Object.)
Top
See Also