與XPath: How to match attributes that contain a certain string類似,但不使用XPath。可能嗎?如何使用LINQ在XML文檔中選擇包含某些字符串的所有屬性
<c BarFoo="val1">
<d Foo="val2" someAttribute="">
<e FooBar="val3" />
</d>
</c>
基本上我想選擇自己的屬性名稱包含「foo」的文件中的所有屬性值,所以它應該返回「BarFoo」的價值觀,以「FooBar的」,「富」(VA1,VAL2 ,VAL3)