XmlReaderCreate Method (String) |
Creates a new System.Xml.XmlReader instance with specified URI.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax 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:
XmlReaderAn System.Xml.XmlReader object to read the XML data.
See Also