aspnetcore/src
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
..
Microsoft.AspNetCore.Blazor Add support for Action event handlers 2018-04-11 07:36:05 -07:00
Microsoft.AspNetCore.Blazor.Browser
Microsoft.AspNetCore.Blazor.Browser.JS
Microsoft.AspNetCore.Blazor.Build
Microsoft.AspNetCore.Blazor.BuildTools
Microsoft.AspNetCore.Blazor.Cli
Microsoft.AspNetCore.Blazor.Razor.Extensions
Microsoft.AspNetCore.Blazor.Server
Microsoft.AspNetCore.Blazor.Templates Rename "blazor content" project to "blazor library". Fixes #539 2018-04-11 14:26:29 +01:00
anglesharp/AngleSharpBuilder