Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.83 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.83 KB

MvcCodeRouting Namespaces

Namespaces

Namespace Description
MvcCodeRouting The MvcCodeRouting namespace contains extension methods and classes used to register and configure modules in a host application.
MvcCodeRouting.ParameterBinding The MvcCodeRouting.ParameterBinding namespace contains classes that customize how route parameters are bound.
MvcCodeRouting.ParameterBinding.Binders The MvcCodeRouting.ParameterBinding.Binders namespace contains the built-in binders used to bind route parameters.
MvcCodeRouting.Web.Http The MvcCodeRouting.Web.Http namespace contains attributes and extension methods for ASP.NET Web API controllers.
MvcCodeRouting.Web.Http.WebHost The MvcCodeRouting.Web.Http.WebHost namespace contains the classes necessary to use MvcCodeRouting with ASP.NET Web API on WebHost (System.Web).
MvcCodeRouting.Web.Mvc The MvcCodeRouting.Web.Mvc namespace contains attributes and extension methods for ASP.NET MVC controllers.