Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DynamicXaml
SimpleCaseHandler
C# 클래스 DynamicXaml.SimpleCaseHandler
End of the handling pipeline, anything that arrives here is treated as simple case
상속:
InvokeMemberHandler
파일 보기
프로젝트 열기: flq/XamlTags
공개 메소드들
메소드
설명
CanHandle
(
InvokeContext
callContext
) :
bool
Handle
(
InvokeContext
ctx
) :
void
메소드 상세
CanHandle()
공개
메소드
public
CanHandle
(
InvokeContext
callContext
) :
bool
callContext
InvokeContext
리턴
bool
Handle()
공개
메소드
public
Handle
(
InvokeContext
ctx
) :
void
ctx
InvokeContext
리턴
void