aspnetcore/src/Microsoft.AspNetCore.Mvc.Vi.../ViewComponents
Jass Bagga f629f9a659 Check for null arguments in GetArgumentDictionary
Addresses #5423
2016-10-20 13:40:39 -07:00
..
ContentViewComponentResult.cs
DefaultViewComponentActivator.cs [Perf] Remove the validations in ControllerActivator and ViewComponentActivator which are redundant. These 2016-04-08 10:07:33 -07:00
DefaultViewComponentDescriptorCollectionProvider.cs
DefaultViewComponentDescriptorProvider.cs [Fixes #5166] Support passing instance directly when invoking ViewComponents with single parameter 2016-08-26 16:33:42 -07:00
DefaultViewComponentFactory.cs DefaultViewComponentFactory no longer allocates new lambda delegate on each call to CreateViewComponent 2016-10-05 09:12:05 -07:00
DefaultViewComponentHelper.cs Check for null arguments in GetArgumentDictionary 2016-10-20 13:40:39 -07:00
DefaultViewComponentInvoker.cs [Perf] Refactoring ControllerActionInvoker to avoid coercing action method's return type to Task<object> for simple cases. Fixes #4539 2016-05-19 14:21:29 -07:00
DefaultViewComponentInvokerFactory.cs [Perf] Optimize controller action invoke 2016-03-14 10:17:55 -07:00
DefaultViewComponentSelector.cs [Fixes #3952] ViewComponentDescriptor.Type should be a TypeInfo instance instead of a Type instance 2016-01-26 16:01:58 -08:00
HtmlContentViewComponentResult.cs Implement MoveTo semantics in Mvc 2016-03-04 07:54:31 -08:00
IViewComponentActivator.cs Enabled xml doc generation 2016-02-24 12:19:46 -08:00
IViewComponentDescriptorCollectionProvider.cs
IViewComponentDescriptorProvider.cs
IViewComponentFactory.cs [Fixes #3752] Refactor and cleanup view components 2016-01-26 14:18:12 -08:00
IViewComponentInvoker.cs
IViewComponentInvokerFactory.cs
IViewComponentSelector.cs
ServiceBasedViewComponentActivator.cs [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
ViewComponentContext.cs TempData convenience property added to ViewComponent (#4873) 2016-06-17 10:15:50 -07:00
ViewComponentContextAttribute.cs
ViewComponentConventions.cs Add NonViewComponentAttribute 2016-09-30 10:56:08 -07:00
ViewComponentDescriptor.cs [Fixes #5166] Support passing instance directly when invoking ViewComponents with single parameter 2016-08-26 16:33:42 -07:00
ViewComponentDescriptorCollection.cs
ViewComponentFeature.cs [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
ViewComponentFeatureProvider.cs [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
ViewComponentInvokerCache.cs [Perf] Refactoring ControllerActionInvoker to avoid coercing action method's return type to Task<object> for simple cases. Fixes #4539 2016-05-19 14:21:29 -07:00
ViewViewComponentResult.cs Reorganize logging, move more types to internal 2016-01-24 17:24:34 -08:00