Hi all:
How can I use LINQ to retrieve a specific value of Supported attribute nased on the condition URL="localhoist"? Thank you.
<SomeSetting>
<Setting URL="abc.com" Supported="sb.new,mgrsma" />
<Setting URL="localhost" Supported="GG,LLmgrsma,FF1,FF3" />
<Setting URL="def.zxy.com" Supported="xyz" />
</SomeSetting>