Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MvcApi
Formatting
ViewMediaTypeFormatter
C# 클래스 MvcApi.Formatting.ViewMediaTypeFormatter
상속:
MediaTypeFormatter
파일 보기
프로젝트 열기: dax70/MvcApi
공개 메소드들
메소드
설명
CanWriteType
(
Type
type
) :
bool
ExecuteFormat
(
Type
type
,
object
returnValue
,
FormatterContext
formatterContext
) :
void
ViewMediaTypeFormatter
( ) :
System
메소드 상세
CanWriteType()
공개
메소드
public
CanWriteType
(
Type
type
) :
bool
type
System.Type
리턴
bool
ExecuteFormat()
공개
메소드
public
ExecuteFormat
(
Type
type
,
object
returnValue
,
FormatterContext
formatterContext
) :
void
type
System.Type
returnValue
object
formatterContext
FormatterContext
리턴
void
ViewMediaTypeFormatter()
공개
메소드
public
ViewMediaTypeFormatter
( ) :
System
리턴
System