aspnetcore/samples/StandaloneApp
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
..
Pages Add support for Action event handlers 2018-04-11 07:36:05 -07:00
Properties
Shared Template/sample updates 2018-04-10 22:41:07 -07:00
wwwroot In StandaloneApp, add example of pagination backed by navigation 2018-03-20 14:01:32 +00:00
App.cshtml
Program.cs
StandaloneApp.csproj Link on build by default for all configurations, not only Release 2018-03-21 15:58:49 +00:00
_ViewImports.cshtml In templates, update _ViewImports/NavMenu to match updated APIs 2018-03-20 13:59:20 +00:00