C# Class CCNet.SourceNotifier.Templates.ResourcesManager.CustomXmlUrlResolver

For usage in XSLT-related classes. Allows for <xsl:import/> commands.
Inheritance: System.Xml.XmlUrlResolver
Show file Open project: shuruev/CCNet.Extensions

Public Methods

Method Description
GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object

Maps a URI to an object containing the actual resource.

Method Details

GetEntity() public method

Maps a URI to an object containing the actual resource.
public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
return object