Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Junior
Route
AutoRouting
ResponseMappers
NoContentMapper
C# Class Junior.Route.AutoRouting.ResponseMappers.NoContentMapper
Inheritance:
IResponseMapper
Exibir arquivo
Open project: nathan-alden/junior-route
Class Usage Examples
Public Methods
Method
Description
MapAsync
(
Func
container
,
Type
type
,
MethodInfo
method
,
Routing
route
) :
System.Threading.Tasks.Task
Method Details
MapAsync()
public
method
public
MapAsync
(
Func
container
,
Type
type
,
MethodInfo
method
,
Routing
route
) :
System.Threading.Tasks.Task
container
Func
type
System.Type
method
System.Reflection.MethodInfo
route
Routing
return
System.Threading.Tasks.Task