aspnetcore/src/Microsoft.AspNetCore.Blazor/Components
Ryan Nowak 87375f6ba1 Add support for most (if not all events)
This change adds tag helpers and defines event types for all of the DOM
events we could find. You'll find it much easier now to subcribe to
these events.

While we did define new event types, we didn't substantially expand the
set of data that we serialize for events. We're looking for feedback on
what is most critical to have, and looking for contributions adding
those data and tests.
2018-05-02 11:07:49 +01:00
..
BindAttributes.cs For checkboxes, bind to 'checked'. Fix special property handling in BrowserRenderer.ts. Fixes #659 and #703 2018-05-01 16:40:07 +01:00
BindElementAttribute.cs
BindInputElementAttribute.cs
BindMethods.cs Rough cut at async events 2018-04-26 13:31:28 -07:00
BlazorComponent.cs OnAfterRender / OnAfterRenderAsync (#691) 2018-04-27 19:45:19 +01:00
ComponentFactory.cs Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
ComponentResolver.cs
EventHandlerAttribute.cs
EventHandlerInvoker.cs Rough cut at async events 2018-04-26 13:31:28 -07:00
EventHandlers.cs Add support for most (if not all events) 2018-05-02 11:07:49 +01:00
IComponent.cs
IHandleAfterRender.cs OnAfterRender / OnAfterRenderAsync (#691) 2018-04-27 19:45:19 +01:00
IHandleEvent.cs Rough cut at async events 2018-04-26 13:31:28 -07:00
InjectAttribute.cs
Parameter.cs Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
ParameterAttribute.cs Add [Parameter] for component parameters 2018-04-30 13:35:08 -07:00
ParameterCollection.cs
ParameterCollectionExtensions.cs Encourage encapsulation of component parameter properties (#713) 2018-05-01 10:08:01 +01:00
ParameterEnumerator.cs
RenderHandle.cs
RouteAttribute.cs