Method GetEntity
- Namespace
- SharpVectors.Xml
- Assembly
- SharpVectors.Core.dll
GetEntity(Uri, string, Type)
Maps a URI to an object that contains the actual resource.
public override object GetEntity(Uri absoluteUri, string role, Type ofObjectToReturn)
Parameters
absoluteUri
UriThe URI returned from ResolveUri(Uri, string).
role
stringCurrently not used.
ofObjectToReturn
TypeThe type of object to return. The current implementation only returns Stream objects.