C# Class SimpleOwin.Middlewares.MethodOverride

Mostrar archivo Open project: prabirshrestha/simple-owin

Public Methods

Method Description
Middleware ( string key = "_method", bool checkQuerystring = false, bool checkBody = true ) : AppFunc>.Func

Method Details

Middleware() public static method

public static Middleware ( string key = "_method", bool checkQuerystring = false, bool checkBody = true ) : AppFunc>.Func
key string
checkQuerystring bool
checkBody bool
return AppFunc>.Func