ASP. net 배경 동적 으로 JS 파일 불 러 오기

1902 단어 asp.net

  
    
// js :/Control/DateControl/WdatePicker.js

string _FilePath = " /Control/DateControl/WdatePicker.js " ;
string _RootPath = HttpContext.Current.Request.ApplicationPath;

System.Web.UI.ScriptManager.RegisterClientScriptInclude(
this
,
this .GetType()
,
" DatePicker "
, _RootPath
+ _FilePath);

 이런 방법 은 다음 과 같은 상황 에 적용 된다.
1. 모든 페이지 에 같은 js 파일 을 불 러 와 야 합 니 다.
2. 모든 페이지 에 통 일 된 이름 규칙 의 js 파일 을 불 러 와 야 합 니 다.

좋은 웹페이지 즐겨찾기