Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
WebApi
Hal
Formatters
JsonHalMediaTypeFormatter
C# Class WebApi.Hal.Formatters.JsonHalMediaTypeFormatter
Inheritance:
System.Net.Http.Formatting.JsonMediaTypeFormatter
Mostrar archivo
Open project: robdmoore/Hal.PlayAround
Public Methods
Method
Description
CanReadType
(
Type
type
) :
bool
CanWriteType
(
Type
type
) :
bool
JsonHalMediaTypeFormatter
( ) :
System
Method Details
CanReadType()
public
method
public
CanReadType
(
Type
type
) :
bool
type
System.Type
return
bool
CanWriteType()
public
method
public
CanWriteType
(
Type
type
) :
bool
type
System.Type
return
bool
JsonHalMediaTypeFormatter()
public
method
public
JsonHalMediaTypeFormatter
( ) :
System
return
System