Home
last modified time | relevance | path

Searched refs:WriteClientScriptInclude (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DClientScriptManager.cs191WriteClientScriptInclude (writer, GetWebResourceUrl (typeof (Page), "webform.js"), typeof (Page), … in WriteWebFormClientScript()
539 WriteClientScriptInclude (writer, scriptList.Script, scriptList.Type, scriptList.Key); in WriteScripts()
672 …internal void WriteClientScriptInclude (HtmlTextWriter writer, string path, Type type, string key)… in WriteClientScriptInclude() method in System.Web.UI.ClientScriptManager