Skip to content

Instantly share code, notes, and snippets.

@willprice76
Created September 7, 2012 11:08
Show Gist options
  • Save willprice76/3665180 to your computer and use it in GitHub Desktop.
Save willprice76/3665180 to your computer and use it in GitHub Desktop.
Pageless Tridion Content GetViewType
public static string GetViewType(string url)
{
return url.Contains(".html") ? "Detail" : "List";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment