/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// In Master page @RenderSection("Script"); // In View @section Script { // Showing jQuery intellisense but not rendering it @if (false) { <script src="~/Scripts/jquery-1.5.1-vsdoc.js" type="text/javascript"></script> } <script type="text/javascript"> </script> }