aspnetcore/test/testapps/BasicTestApp
Ryan Nowak 8485e2ea10 Add support for Action event handlers
This change adds `Action` to the set of types that have an overload on
RenderTreeBuilder. Additionally, we special case `Action` in the runtime
because passing the event args via DynamicInvoke() would throw.

Finally, reverted some of the clutter introduced by the first pass of
the event handler feature.
2018-04-11 07:36:05 -07:00
..
HierarchicalImportsTest
HttpClientTest Add support for Action event handlers 2018-04-11 07:36:05 -07:00
Properties
RouterTest Add event handlers as tag helpers 2018-04-06 13:00:04 -07:00
wwwroot Enable same-origin credentials by default. Add E2E test to show they can be sent to different-origin domains too. 2018-04-09 12:54:13 +01:00
AddRemoveChildComponents.cshtml Add support for Action event handlers 2018-04-11 07:36:05 -07:00
BasicTestApp.csproj
BindCasesComponent.cshtml Add support for Action event handlers 2018-04-11 07:36:05 -07:00
CounterComponent.cshtml Add support for Action event handlers 2018-04-11 07:36:05 -07:00
CounterComponentUsingChild.cshtml Add support for Action event handlers 2018-04-11 07:36:05 -07:00
CounterComponentWrapper.cshtml
ExternalContentPackage.cshtml Add support for Action event handlers 2018-04-11 07:36:05 -07:00
KeyPressEventComponent.cshtml Improvements for delegate types (#516) 2018-04-09 13:21:12 -07:00
MessageComponent.cshtml
ParentChildComponent.cshtml
Program.cs Enable same-origin credentials by default. Add E2E test to show they can be sent to different-origin domains too. 2018-04-09 12:54:13 +01:00
PropertiesChangedHandlerChild.cshtml
PropertiesChangedHandlerParent.cshtml Add event handlers as tag helpers 2018-04-06 13:00:04 -07:00
RedTextComponent.cshtml
RenderFragmentToggler.cshtml Add event handlers as tag helpers 2018-04-06 13:00:04 -07:00
SvgCircleComponent.cshtml
SvgComponent.cshtml
SvgWithChildComponent.cshtml
TextOnlyComponent.cshtml