XmlMappingSource.FromUrl Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a mapping source from XML that is loaded from a URL.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- url
- Type: System.String
The URL pointing to the XML.
Return Value
Type: System.Data.Linq.Mapping.XmlMappingSourceThe new XML mapping source, as type XmlMappingSource.
Show: