Skip to content

Instantly share code, notes, and snippets.

@folkertsj
Created August 11, 2011 14:18
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 folkertsj/1139759 to your computer and use it in GitHub Desktop.
Save folkertsj/1139759 to your computer and use it in GitHub Desktop.
Adding PageTypeTab to the New PageType
[PageTypeTab( Tab=typeof(NewTab))]
[PageType(Filename = "/NewPage.aspx", Name = "Album Page", AvailableInEditMode = true, Description = "This pagetype is of NewPage.")]
public class NewPage : TypedPageData
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment