标签: asp.net
我可以很好地使用ScriptManager.GetCurrent(Page).Scripts.Add(New ScriptReference("<path to javascript file>"))作为仅适用于精选几页的引用,但是我的所有其他ScriptRespourceMapping都在global.asax中定义。
ScriptManager.GetCurrent(Page).Scripts.Add(New ScriptReference("<path to javascript file>"))
global.asax
有没有办法通过ScriptResourceMapping引用ScriptReference?
应该避免一些重复..谢谢!
答案 0 :(得分:-1)
我使用ScriptManager.RegisterNamedClientScriptResource