Skip to content

Instantly share code, notes, and snippets.

@charlesroper
Last active April 5, 2016 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesroper/583d56f9de2061c4ce1a to your computer and use it in GitHub Desktop.
Save charlesroper/583d56f9de2061c4ce1a to your computer and use it in GitHub Desktop.
2016-03-23 A partial using ViewData arguments
@{
var tag = ViewData["tag"].ToString();
var klass = ViewData["klass"].ToString();
}
<@tag class="@klass">
@Umbraco.Field("pageNameOverride", altFieldAlias: "pageName")
</@tag>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment