This website requires JavaScript.
Explore
Help
Sign In
huahaofeng
/
aspnetcore
Watch
1
Star
0
Fork
You've already forked aspnetcore
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
36e4dbe941
aspnetcore
/
src
/
Microsoft.AspNetCore.Mvc.Vi...
/
ViewComponents
History
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
…
DefaultViewComponentSelector.cs
…
HtmlContentViewComponentResult.cs
…
IViewComponentActivator.cs
…
IViewComponentDescriptorCollectionProvider.cs
…
IViewComponentDescriptorProvider.cs
…
IViewComponentFactory.cs
…
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
…