aspnetcore/test/testapps/BasicTestApp
Steve Sanderson 0bb32ad628 Move BrowserRouter -> Router in Microsoft.AspNetCore.Blazor now it has no browser-specific aspects 2018-02-23 10:49:03 +00:00
..
HierarchicalImportsTest Support _ViewImports.cshtml files hierarchically 2018-02-18 23:57:20 +00:00
Properties Add E2E tests for BrowserRouter, plus implement querystring/hash support 2018-02-21 10:22:03 +00:00
RouterTest Move BrowserRouter -> Router in Microsoft.AspNetCore.Blazor now it has no browser-specific aspects 2018-02-23 10:49:03 +00:00
wwwroot Support hosting at non-root URL. Prove it by updating BasicTestApp to serve from non-root location. 2018-02-21 10:22:03 +00:00
AddRemoveChildComponents.cshtml Add E2E test to show adding and removing child components dynamically 2018-01-29 12:56:42 +00:00
BasicTestApp.csproj Support hosting at non-root URL. Prove it by updating BasicTestApp to serve from non-root location. 2018-02-21 10:22:03 +00:00
CounterComponent.cshtml
CounterComponentUsingChild.cshtml Add E2E test showing we can pass properties to child components and auto re-render them on change 2018-01-29 12:56:40 +00:00
CounterComponentWrapper.cshtml
KeyPressEventComponent.cshtml Track event handlers via explicit IDs rather than by index into frames 2018-02-08 15:31:45 +00:00
MessageComponent.cshtml Clean up E2E tests now elements are retained via diffing 2018-01-29 12:56:41 +00:00
ParentChildComponent.cshtml
Program.cs Further renderer refactoring 2018-02-10 10:55:44 +00:00
PropertiesChangedHandlerChild.cshtml Beginning lifecycle methods on BlazorComponent 2018-02-13 15:55:37 +00:00
PropertiesChangedHandlerParent.cshtml Mechanism for components running logic when parents change their properties 2018-01-31 16:19:01 +00:00
RedTextComponent.cshtml
RenderFragmentToggler.cshtml E2E test showing rendering of RenderFragment 2018-02-16 10:10:14 +00:00
TextOnlyComponent.cshtml