Skip to content

Instantly share code, notes, and snippets.

@charlesroper
Last active March 29, 2016 19:19
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/d27728d6192fe6571792 to your computer and use it in GitHub Desktop.
Save charlesroper/d27728d6192fe6571792 to your computer and use it in GitHub Desktop.
2016-03-23 A very simple Umbraco partial view
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
<h1 class="page-name">
@Umbraco.Field("pageNameOverride", altFieldAlias: "pageName")
</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment