aspnetcore/test/Microsoft.AspNetCore.Blazor...
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
..
Razor Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
TestFiles Add support for Action event handlers 2018-04-11 07:36:05 -07:00
BindRazorIntegrationTest.cs Add event handlers as tag helpers 2018-04-06 13:00:04 -07:00
ComponentDiscoveryRazorIntegrationTest.cs
ComponentRenderingRazorIntegrationTest.cs Improvements for delegate types (#516) 2018-04-09 13:21:12 -07:00
DeclarationRazorIntegrationTest.cs
DesignTimeCodeGenerationTest.cs Add event handlers as tag helpers 2018-04-06 13:00:04 -07:00
DiagnosticRazorIntegrationTest.cs Remove old workaround @onclick and @bind 2018-04-10 16:54:15 -07:00
DirectiveRazorIntegrationTest.cs
FilePathRazorIntegrationTest.cs
IndexHtmlWriterTest.cs Reference static content from referenced assemblies. Implements #340 2018-04-06 09:50:10 +01:00
Microsoft.AspNetCore.Blazor.Build.Test.csproj Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
RazorBaselineIntegrationTestBase.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
RazorIntegrationTestBase.cs Add Razor baseline test infrastructure 2018-04-04 08:05:59 -07:00
RenderingRazorIntegrationTest.cs Remove old workaround @onclick and @bind 2018-04-10 16:54:15 -07:00
RuntimeCodeGenerationTest.cs Add support for Action event handlers 2018-04-11 07:36:05 -07:00
RuntimeDependenciesResolverTest.cs Update Mono to 078d5147836 (#543) 2018-04-11 14:00:03 +01:00