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
..
Routing Corrects spelling of some comments, method name and remove an excess flag 2018-03-29 14:20:04 +01:00
DependencyInjectionTest.cs
JsonUtilTest.cs Ensure JSON deserializer only uses Activator.CreateInstance implicitly for structs 2018-03-29 10:41:07 +01:00
LayoutTest.cs
Microsoft.AspNetCore.Blazor.Test.csproj
ParameterCollectionTest.cs Add ParameterCollection.GetValueOrDefault methods 2018-03-20 12:18:44 +00:00
RenderTreeBuilderTest.cs Add support for Action event handlers 2018-04-11 07:36:05 -07:00
RenderTreeDiffBuilderTest.cs Fix failing test 2018-04-10 16:35:37 -07:00
RendererTest.cs Add support for Action event handlers 2018-04-11 07:36:05 -07:00