C# Class Junior.Route.AutoRouting.RestrictionMappers.HttpMethodFromMethodsNamedAfterStandardHttpMethodsMapper

Inheritance: IRestrictionMapper
Show file 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