Created
May 3, 2015 15:05
-
-
Save micklaw/c6e73c0c7724f6719b8b to your computer and use it in GitHub Desktop.
Doc Type
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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