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
valueUriThe Uri to extend.
setupAction<XmlReaderSettings>The XmlReaderSettings which may be configured.