Class UriExtensions
- Namespace
- Cuemon.Extensions.Xml
- Assembly
- Cuemon.Extensions.Xml.dll
Extension methods for the Uri class.
public static class UriExtensions
- Inheritance
-
UriExtensions
Methods
ToXmlReader(Uri, Action<XmlReaderSettings>)
Converts the given value
to an XmlReader.
public static XmlReader ToXmlReader(this Uri value, Action<XmlReaderSettings> setup = null)
Parameters
value
UriThe Uri to extend.
setup
Action<XmlReaderSettings>The XmlReaderSettings which may be configured.