Mono Class Library: System.Xml.XmlUrlResolver Overview | MembersSystem.Xml.XmlUrlResolver.GetEntity Method |
Maps a URI to an object containing the actual resource that the URI represents. [Edit]
|
- absoluteUri
- The Uri returned from XmlUrlResolver.ResolveUri(Uri, string). [Edit]
- role
- This parameter is not used. [Edit]
- ofObjectToReturn
- null or typeof(System.IO.Stream). [Edit]
A System.IO.Stream containing the resource, or null if ofObjectToReturn is null. [Edit]
Type Reason ArgumentNullException absoluteUri is null. [Edit] System.Xml.XmlException ofObjectToReturn is not null or typeof(System.IO.Stream). [Edit] NullReferenceException absoluteUri is null. [Edit]
Note:[Edit]This method overrides XmlResolver.GetEntity(Uri, string, Type).
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0