Last active
February 16, 2017 14:47
-
-
Save jonedmiston/545f6657fda53c99cc70 to your computer and use it in GitHub Desktop.
Add Scripts and CSS from Codebehind
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add CSS file to the page on a block | |
RockPage.AddCSSLink( Page, ResolveUrl( "~/CSS/jquery.tagsinput.css")); | |
// Add Javascript to the page on a block | |
RockPage.AddScriptLink(this.Page, "~/Scripts/jquery.tinyscrollbar.js"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment