SyntaxFix
Write A Post
Hire A Developer
Questions
The lambda you pass to Where can include any normal C# code, for example the && operator:
Where
&&
.Where(l => l.Title != string.Empty && l.InternalName != string.Empty)