Skip to content

Instantly share code, notes, and snippets.

@micklaw
Created May 3, 2015 15:05
Show Gist options
  • Save micklaw/c6e73c0c7724f6719b8b to your computer and use it in GitHub Desktop.
Save micklaw/c6e73c0c7724f6719b8b to your computer and use it in GitHub Desktop.
Doc Type
[UmbracoRoute("Home", Action = "Index")] // [ML] - index not required really, just added for demo purposes
public class Homepage : Page
{
public Homepage(IPublishedContent content) : base(content) { }
public string Title { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment