Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Junior
Route
AutoRouting
RestrictionMappers
HttpMethodFromMethodsNamedAfterStandardHttpMethodsMapper
C# Class Junior.Route.AutoRouting.RestrictionMappers.HttpMethodFromMethodsNamedAfterStandardHttpMethodsMapper
Inheritance:
IRestrictionMapper
显示文件
Open project: nathan-alden/junior-route
Class Usage Examples
Public Methods
Method
Description
Map
(
Type
type
,
MethodInfo
method
,
Routing
route
,
IContainer
container
) :
void
Method Details
Map()
public
method
public
Map
(
Type
type
,
MethodInfo
method
,
Routing
route
,
IContainer
container
) :
void
type
System.Type
method
System.Reflection.MethodInfo
route
Routing
container
IContainer
return
void