
The purpose of this code is to make working with JavaScript files in ASP.NET easier and "cleaner". The JavaScriptFileHelper class contains several extension methods that look for the JavaScriptFileAttribute on a System.Web.Page or System.Web.MasterPage, and then it includes the files specified by each JavaScriptFileAttribute.
|