Class DynamicXmlUrlResolver
- Namespace
- SharpVectors.Xml
- Assembly
- SharpVectors.Core.dll
Provides event-based interface to resolve external XML resources named by a Uniform Resource Identifier (URI).
public sealed class DynamicXmlUrlResolver : XmlUrlResolver
- Inheritance
-
DynamicXmlUrlResolver
- Inherited Members
Constructors
Fields
Properties
Methods
- GetEntity(Uri, string, Type)
Maps a URI to an object that contains the actual resource.
- ResolveUri(Uri, string)
Resolves the absolute URI from the base and relative URIs.
Events
- GettingEntity
Occurs when getting entity.
- Resolving
Occurs when trying to resolve an Uri.