Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
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
Afficher le fichier
Open project: shuruev/CCNet.Extensions
Méthodes publiques
Méthode
Description
GetEntity
(
Uri
absoluteUri
,
string
role
,
Type
ofObjectToReturn
) :
object
Maps a URI to an object containing the actual resource.
Method Details
GetEntity()
public
méthode
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
Résultat
object