Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CCNet
SourceNotifier
Templates
ResourcesManager.CustomXmlUrlResolver
C# 클래스 CCNet.SourceNotifier.Templates.ResourcesManager.CustomXmlUrlResolver
For usage in XSLT-related classes. Allows for <xsl:import/> commands.
상속:
System.Xml.XmlUrlResolver
파일 보기
프로젝트 열기: shuruev/CCNet.Extensions
공개 메소드들
메소드
설명
GetEntity
(
Uri
absoluteUri
,
string
role
,
Type
ofObjectToReturn
) :
object
Maps a URI to an object containing the actual resource.
메소드 상세
GetEntity()
공개
메소드
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
리턴
object