Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Sequin
Owin
Extensions
IOwinContextExtensions
C# 클래스 Sequin.Owin.Extensions.IOwinContextExtensions
파일 보기
프로젝트 열기: sequin/sequin
공개 메소드들
메소드
설명
GetCommand
(
this
context
) :
object
SetCommand
(
this
context
,
object
command
) :
void
메소드 상세
GetCommand()
공개
정적인
메소드
public
static
GetCommand
(
this
context
) :
object
context
this
리턴
object
SetCommand()
공개
정적인
메소드
public
static
SetCommand
(
this
context
,
object
command
) :
void
context
this
command
object
리턴
void