HtmlHelperJS Method | Helper帮助文档 |
加载javascript脚本文件
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string JS( string jsPath, Page p )
Public Shared Function JS ( jsPath As String, p As Page ) As String
public: static String^ JS( String^ jsPath, Page^ p )
static member JS : jsPath : string * p : Page -> string
Parameters
- jsPath
- Type: SystemString
[Missing <param name="jsPath"/> documentation for "M:HD.Common.HtmlHelper.JS(System.String,System.Web.UI.Page)"]
- p
- Type: System.Web.UIPage
[Missing <param name="p"/> documentation for "M:HD.Common.HtmlHelper.JS(System.String,System.Web.UI.Page)"]
Return Value
Type: String[Missing <returns> documentation for "M:HD.Common.HtmlHelper.JS(System.String,System.Web.UI.Page)"]
See Also