Skip to content

Instantly share code, notes, and snippets.

@jmarnold
Created February 15, 2012 03:47
Show Gist options
  • Save jmarnold/1833023 to your computer and use it in GitHub Desktop.
Save jmarnold/1833023 to your computer and use it in GitHub Desktop.
Check out my sweet bindings
<bindings>
<element name="Stylesheet">#this.Asset('@href');</element>
<element name="Script">#this.Asset('@src');</element>
<element name="Scripts">this.WriteScriptTags()</element>
<element name="Styles">this.WriteCssTags()</element>
<element name="Image">this.ImageFor('@src')</element>
</bindings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment