Skip to content

Instantly share code, notes, and snippets.

@ps-team
Created April 7, 2015 13:47
Show Gist options
  • Save ps-team/7327d65801dc95225e44 to your computer and use it in GitHub Desktop.
Save ps-team/7327d65801dc95225e44 to your computer and use it in GitHub Desktop.
string currentLetter = A;
if (Request.QueryString["letter"] != null) {
currentLetter = Request.QueryString["letter"];
}
var allContentQuery = Query.Where("Property_IncludeInAtoZ").IsEqualTo("1");
var allContent = new NodeFinder().Find(allContentQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment