Skip to content

Instantly share code, notes, and snippets.

@Benjaminsson
Created June 1, 2015 12:02
Show Gist options
  • Save Benjaminsson/c8cc4fb0c573dab2653c to your computer and use it in GitHub Desktop.
Save Benjaminsson/c8cc4fb0c573dab2653c to your computer and use it in GitHub Desktop.
Set unique class and id on body tag with Umbraco Razor
<body id="@CurrentPage.Name" class="@CurrentPage.DocumentTypeAlias.ToLower()">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment