System.Xml.Linq.LoadOptions
Specifies load options when parsing XML.
None = 0
Does not preserve insignificant white space or load base URI and line information.
Preserves insignificant white space while parsing.
SetBaseUri = 2
Requests the base URI information from the XmlReader, and makes it available via the BaseUri property.
SetLineInfo = 4