Top "Xattribute" questions

The xattribute tag is for questions about the C# (System.

How to add more Attribute in XElement?

I have a data structure as under class BasketCondition { public List<Sku> SkuList { get; set; } public string InnerBoolean { …

c#-4.0 linq-to-xml xattribute
How to Remove specific attributes in XMLDocument?

In my C# codebase, I have a XMLDocument of the form: <A> <B> <C mlns=…

c# linq linq-to-xml xmldocument xattribute
XAttribute default value if not existing on XElement

Is there an easier/better way to return a default value if a XAttribute on a XElement is not existing?: …

c# .net linq xelement xattribute