Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
CCNet
SourceNotifier
Templates
ResourcesManager.CustomXmlUrlResolver
C# Class CCNet.SourceNotifier.Templates.ResourcesManager.CustomXmlUrlResolver
For usage in XSLT-related classes. Allows for <xsl:import/> commands.
Inheritance:
System.Xml.XmlUrlResolver
Mostra 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