Table of Contents

Class UriExtensions

Namespace
Cuemon.Extensions.Xml
Assembly
Cuemon.Extensions.Xml.dll

Extension methods for the System.Uri class.

public static class UriExtensions
Inheritance
Object
UriExtensions

Methods

ToXmlReader(Uri, Action<XmlReaderSettings>)

Converts the given value to an System.Xml.XmlReader.

public static XmlReader ToXmlReader(this Uri value, Action<XmlReaderSettings> setup = null)

Parameters

value Uri

The System.Uri to extend.

setup Action<XmlReaderSettings>

The System.Xml.XmlReaderSettings which may be configured.

Returns

XmlReader

An System.Xml.XmlReader representation of value.