Skip to content

Instantly share code, notes, and snippets.

@charlesroper
Last active April 5, 2016 12:00
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/6620ed137f29d21a84ef80c4cfedce8d to your computer and use it in GitHub Desktop.
Save charlesroper/6620ed137f29d21a84ef80c4cfedce8d to your computer and use it in GitHub Desktop.
Calling a partial view macro
@Umbraco.RenderMacro(
"pageName2",
new {
"tag" = "h1",
"klass" = "page-name"
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment