Skip to content

Instantly share code, notes, and snippets.

@jonedmiston
Last active February 16, 2017 14:47
Show Gist options
  • Save jonedmiston/545f6657fda53c99cc70 to your computer and use it in GitHub Desktop.
Save jonedmiston/545f6657fda53c99cc70 to your computer and use it in GitHub Desktop.
Add Scripts and CSS from Codebehind
// 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