Click or drag to resize
XmlReaderCreate Method (String)
Creates a new System.Xml.XmlReader instance with specified URI.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public static XmlReader Create(
	string inputUri
)

Parameters

inputUri
Type: SystemString
The URI for the file containing the XML data. The System.Xml.XmlUrlResolver class is used to convert the path to a canonical data representation.

Return Value

Type: XmlReader
An System.Xml.XmlReader object to read the XML data.
See Also