aspnetcore/test/testapps/BasicTestApp
Steve Sanderson 76bf82eb49 OnAfterRender / OnAfterRenderAsync (#691)
* Implement OnAfterRender and OnAfterRenderAsync

* Add E2E test combining OnAfterRender with "ref" and JS interop

... because this combination is the key to integration with 3rd-party JS
libs
2018-04-27 19:45:19 +01:00
..
HierarchicalImportsTest
HttpClientTest
Properties
RouterTest
wwwroot OnAfterRender / OnAfterRenderAsync (#691) 2018-04-27 19:45:19 +01:00
AddRemoveChildComponents.cshtml
AfterRenderInteropComponent.cshtml OnAfterRender / OnAfterRenderAsync (#691) 2018-04-27 19:45:19 +01:00
AsyncEventHandlerComponent.cshtml
BasicTestApp.csproj
BindCasesComponent.cshtml
ComponentRefComponent.cshtml Support 'ref' syntax for capturing references to elements and components (#685) 2018-04-27 17:41:21 +01:00
CounterComponent.cshtml Support 'ref' syntax for capturing references to elements and components (#685) 2018-04-27 17:41:21 +01:00
CounterComponentUsingChild.cshtml
CounterComponentWrapper.cshtml
ElementRefComponent.cshtml Support 'ref' syntax for capturing references to elements and components (#685) 2018-04-27 17:41:21 +01:00
ExternalContentPackage.cshtml
KeyPressEventComponent.cshtml
LogicalElementInsertionCases.cshtml Fix ordering issue with nested logical element insertion 2018-04-27 15:43:59 +01:00
MessageComponent.cshtml
ParentChildComponent.cshtml
PassThroughContentComponent.cshtml Fix ordering issue with nested logical element insertion 2018-04-27 15:43:59 +01:00
Program.cs
PropertiesChangedHandlerChild.cshtml
PropertiesChangedHandlerParent.cshtml
RedTextComponent.cshtml
RenderFragmentToggler.cshtml
SvgCircleComponent.cshtml
SvgComponent.cshtml
SvgWithChildComponent.cshtml
TextOnlyComponent.cshtml