aspnetcore/src/Microsoft.AspNet.Mvc.Core
Yishai Galatzer 2eef4dd3cf Remove ControllerDescriptor and fix ControllerActionDescriptor to pick the right type for the display name. 2014-11-25 13:54:57 -08:00
..
ActionConstraints Delete trailing whitespace 2014-11-20 16:18:09 -08:00
ActionResults Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
AntiForgery Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ApplicationModels Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
Areas
Description matched classnames with filenames 2014-11-25 11:21:17 -08:00
Extensions
Filters Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
Formatters Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
Internal Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
Logging Delete trailing whitespace 2014-11-20 16:18:09 -08:00
ModelBinders Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
OptionDescriptors matched classnames with filenames 2014-11-25 11:21:17 -08:00
ParameterBinding Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
Properties Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
Rendering Move MvcOptions to the root folder (reviewed by @pranavkm) 2014-11-25 12:12:47 -08:00
Routing matched classnames with filenames 2014-11-25 11:21:17 -08:00
ViewComponents Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
AcceptVerbsAttribute.cs
ActionContext.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ActionDescriptor.cs
ActionDescriptorExtensions.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
ActionDescriptorProviderContext.cs
ActionDescriptorsCollection.cs
ActionInvokerFactory.cs
ActionInvokerProviderContext.cs
ActionMethodSelectorAttribute.cs
ActionNameAttribute.cs
ActionResult.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ActivateAttribute.cs
AmbiguousActionException.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
Controller.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ControllerActionDescriptor.cs Remove ControllerDescriptor and fix ControllerActionDescriptor to pick the right type for the display name. 2014-11-25 13:54:57 -08:00
ControllerActionDescriptorBuilder.cs Remove ControllerDescriptor and fix ControllerActionDescriptor to pick the right type for the display name. 2014-11-25 13:54:57 -08:00
ControllerActionDescriptorProvider.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ControllerActionExecutor.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
ControllerActionInvoker.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ControllerActionInvokerProvider.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
DefaultActionDescriptorsCollectionProvider.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
DefaultActionSelector.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
DefaultAssemblyProvider.cs [Fixes issue #1528] default reference assemblies made extensible 2014-11-20 17:20:27 -08:00
DefaultControllerActionArgumentBinder.cs matched classnames with filenames 2014-11-25 11:21:17 -08:00
DefaultControllerActivator.cs
DefaultControllerFactory.cs Remove ControllerDescriptor and fix ControllerActionDescriptor to pick the right type for the display name. 2014-11-25 13:54:57 -08:00
DefaultOrder.cs Add missing license headers 2014-11-20 22:54:05 -08:00
DefaultValidationExcludeFiltersProvider.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
FilterActionInvoker.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
FormContext.cs
HttpDeleteAttribute.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
HttpGetAttribute.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
HttpMethodAttribute.cs
HttpMethodConstraint.cs
HttpPatchAttribute.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
HttpPostAttribute.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
HttpPutAttribute.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
IActionDescriptorProvider.cs
IActionDescriptorsCollectionProvider.cs
IActionInvoker.cs
IActionInvokerFactory.cs
IActionInvokerProvider.cs
IActionResult.cs
IActionSelector.cs
IAssemblyProvider.cs
IControllerActionArgumentBinder.cs
IControllerActivator.cs
IControllerFactory.cs
IUrlHelper.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
IValidationExcludeFiltersProvider.cs
KnownRouteValueConstraint.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
Microsoft.AspNet.Mvc.Core.kproj Add schema version to kproj files 2014-11-25 10:57:58 -08:00
MvcOptions.cs Move MvcOptions to the root folder (reviewed by @pranavkm) 2014-11-25 12:12:47 -08:00
MvcRouteHandler.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
NonActionAttribute.cs
ParameterDescriptor.cs
RequireHttpsAttribute.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
Resources.resx Adding support for property level binding using IBinderMetadata and enabling FromXXX attributes to be decorated on properties. 2014-11-24 21:33:02 -08:00
RouteAttribute.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
RouteConstraintAttribute.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
RouteDataActionConstraint.cs
RouteKeyHandling.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
TemplateInfo.cs
UrlHelper.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
UrlHelperExtensions.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
ViewContext.cs
ViewDataDictionary.cs
ViewDataDictionaryOfT.cs
project.json