SCRIPT REFERENCE PROFILER TO GET JAVASCRIPT REFERENCE DETAILS

Posted on C# Corner See other posts from C# Corner
Published on Apr 11, 2010 Indexed on 2010/04/12 0:54 UTC
Read the original article Hit count: 418

Filed under:
Many of us came through a scenario like, you need the details of total JS files referred to a web page. It's not a matter if all JS are directly referring through physical file. But now a days for cache purose we are embedding JS to the assembly. In these situations how you will get the JS reference details? Here coming ScriptReferenceProfiler.

© C# Corner or respective owner