aspnetcore/src/Microsoft.AspNetCore.Blazor/Components
Steve Sanderson 0eb0555303 Eliminate IComponent.BuildRenderTree to guarantee that components are only rendered by themselves 2018-02-13 19:47:37 +00:00
..
BlazorComponent.cs Eliminate IComponent.BuildRenderTree to guarantee that components are only rendered by themselves 2018-02-13 19:47:37 +00:00
IComponent.cs Eliminate IComponent.BuildRenderTree to guarantee that components are only rendered by themselves 2018-02-13 19:47:37 +00:00
IHandleEvent.cs Add IHandleEvent concept so components can define their own lifecycle around events 2018-02-13 16:42:21 +00:00
Parameter.cs
ParameterCollection.cs Remove externally-callable Renderer.RenderInNewBatch() now that rendering is triggered by components themselves 2018-02-13 17:06:00 +00:00
ParameterCollectionExtensions.cs Introduce IComponent.SetParameters, moving parameter-setting and rerendering logic into component base class 2018-02-13 15:00:53 +00:00
ParameterEnumerator.cs
RazorToolingWorkaround.cs
RenderHandle.cs Eliminate IComponent.BuildRenderTree to guarantee that components are only rendered by themselves 2018-02-13 19:47:37 +00:00