ASP.net:将Javascript标记添加到页眉。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ASP.net:将Javascript标记添加到页眉。相关的知识,希望对你有一定的参考价值。
Call with the path of any javascript you want to load into the HEAD of the ASPX page.
/// <summary> /// Registers the client script include. /// </summary> /// <param name="src">The file name.</param> void RegisterClientScriptInclude(string src) { si.TagName = "script"; si.Attributes.Add("type", "text/javascript"); si.Attributes.Add("src", src); this.Page.Header.Controls.Add(si); }
以上是关于ASP.net:将Javascript标记添加到页眉。的主要内容,如果未能解决你的问题,请参考以下文章
ASP.NET Web Pages - 添加 Razor 代码
允许用户使用 Google Map 和 asp.net 设置其位置
ASP.NET 的框架 javascript 不允许我呈现原始 HTML IFRAME