aspnetcore/test
Ryan Nowak c05657c7f2 Add support general delegate types
This builds upon existing support for UIEventHandler-typed component
properties and applies the same principle to any delegate type.

We try to help by generating the LSH of the lambda `=>` allowing you to
write `OnClick="Foo()"` rather than `OnClick="(e) => Foo()"`. You can of
course use @ as an escape.

The only rough edge here is that if the parameter names aren't memorable
for the delgate type, it's not super helpful.
2018-03-14 11:23:42 +00:00
..
Microsoft.AspNetCore.Blazor.Browser.Test
Microsoft.AspNetCore.Blazor.Build.Test Add support general delegate types 2018-03-14 11:23:42 +00:00
Microsoft.AspNetCore.Blazor.Common.Test
Microsoft.AspNetCore.Blazor.E2ETest
Microsoft.AspNetCore.Blazor.Mono.Test
Microsoft.AspNetCore.Blazor.Razor.Extensions.Test Add support general delegate types 2018-03-14 11:23:42 +00:00
Microsoft.AspNetCore.Blazor.Test
shared Implement components as tag helpers 2018-03-14 11:23:41 +00:00
testapps Update BasicTestApp 2018-03-14 11:23:41 +00:00
AllTests.proj