aspnetcore/src/Microsoft.AspNetCore.Mvc.Core/ApplicationModels
Ryan Nowak af58c2e6b6 Streamlining action selection and route values
Removes a few concepts we don't need
Improves documentation
More things are IDictionary instead of other random types
2016-04-22 17:36:23 -07:00
..
ActionModel.cs
ApiExplorerModel.cs
ApplicationModel.cs
ApplicationModelProviderContext.cs
AttributeRouteModel.cs
ControllerModel.cs
IActionModelConvention.cs
IApiExplorerModel.cs
IApplicationModelConvention.cs
IApplicationModelProvider.cs
IBindingModel.cs
ICommonModel.cs
IControllerModelConvention.cs
IFilterModel.cs
IParameterModelConvention.cs
IPropertyModel.cs
ParameterModel.cs
PropertyModel.cs
SelectorModel.cs