主頁 > 知識庫 > asp.net 組件開發(fā)中的內(nèi)嵌資源引用

asp.net 組件開發(fā)中的內(nèi)嵌資源引用

熱門標(biāo)簽:山西防封卡電銷卡套餐 銅川小型外呼系統(tǒng)運(yùn)營商 地圖標(biāo)注多個行程 云南外呼電銷機(jī)器人系統(tǒng) 陜西人工外呼系統(tǒng)哪家好 浙江外呼系統(tǒng)怎么安裝 海外地圖標(biāo)注門市標(biāo) 上海楊浦怎么申請申請400電話 廈門商鋪地圖標(biāo)注
類名字空間前資源注冊
復(fù)制代碼 代碼如下:

[assembly: System.Web.UI.WebResource("XXX.js.FilePlugin.js", "text/javascript")]
OnPreRender事件
//資源名稱
string _strResourceKey = ""; //資源名稱
ClientScriptManager _csm = Page.ClientScript;
//if (this.Page.Header.FindControl(_strResourceKey) == null)
//{
// string _src = _csm.GetWebResourceUrl(this.GetType(), _strResourceKey);
// Literal _literal = new Literal();
// _literal.ID = _strResourceKey;
// _literal.Text = string.Format("\nscript type=\"text/javascript\" src=\"{0}\" >/script>", _src);
// this.Parent.Page.Header.Controls.Add(_literal);
//}
//if (!this.Page.ClientScript.IsStartupScriptRegistered(_strResourceKey))
//{
// string _src = _csm.GetWebResourceUrl(this.GetType(), _strResourceKey);
// _src = string.Format("\nscript type=\"text/javascript\" src=\"{0}\" >/script>", _src);
// Page.ClientScript.RegisterStartupScript(this.GetType(), _strResourceKey, _src);
//}
if (!this.Page.ClientScript.IsClientScriptIncludeRegistered(_strResourceKey))
{
string _src = _csm.GetWebResourceUrl(this.GetType(), _strResourceKey);
Page.ClientScript.RegisterClientScriptInclude(this.GetType(), _strResourceKey, _src);
}
您可能感興趣的文章:
  • ASP.NET主機(jī)資源控制的一些心得
  • asp.net(C#) 開源資源大匯總
  • asp.net中資源文件的使用
  • 實(shí)例講解.NET中資源文件的創(chuàng)建與使用
  • .NET 資源文件resx、Resources詳細(xì)說明
  • ASP.NET 服務(wù)器路徑和一般資源調(diào)用
  • 詳談.net中的垃圾回收機(jī)制
  • asp.net中virtual和abstract的區(qū)別分析
  • ASP.NET實(shí)現(xiàn)將word文檔轉(zhuǎn)換成pdf的方法
  • ASP.NET配置文件Web.config用法詳解
  • ASP.net全局程序文件Global.asax用法分析
  • .net非托管資源的回收方法

標(biāo)簽:萊蕪 西雙版納 常州 自貢 許昌 朔州 孝感 信陽

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《asp.net 組件開發(fā)中的內(nèi)嵌資源引用》,本文關(guān)鍵詞  asp.net,組件,開發(fā),中的,內(nèi)嵌,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《asp.net 組件開發(fā)中的內(nèi)嵌資源引用》相關(guān)的同類信息!
  • 本頁收集關(guān)于asp.net 組件開發(fā)中的內(nèi)嵌資源引用的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章