Skip to content

Instantly share code, notes, and snippets.

@pjmagee
Created April 4, 2014 09:45
Show Gist options
  • Select an option

  • Save pjmagee/9971385 to your computer and use it in GitHub Desktop.

Select an option

Save pjmagee/9971385 to your computer and use it in GitHub Desktop.
ListButtons.Where(b =>
b.Buttons.LinkTemplate.Contains("fa") &&
!b.Buttons.LinkTemplate.Contains("fa-lg") &&
b.Buttons.StyleButtonStyle.MarkupTag == "asp:LinkButton").Select(b => b.Buttons);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment