Skip to content

Instantly share code, notes, and snippets.

@willprice76
Created September 7, 2012 11:18
Show Gist options
  • Save willprice76/3665269 to your computer and use it in GitHub Desktop.
Save willprice76/3665269 to your computer and use it in GitHub Desktop.
Pageless Tridion Content GetView
private string GetView(string contentType, string url)
{
return "News" + TridionModel.GetViewType(url);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment