Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: How to adjust attributes of "Component" block

$
0
0
Also be aware that there are a few convenient attribute matching method extensions for XElement:
if (e.HasAttribute("Id", "MyAppID"))
    ...
if (e.HasAttribute("Id", id => id.EndsWith(".PPLC")))
    ...

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>