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
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
CounterComponentWrapper.cshtml
KeyPressEventComponent.cshtml
MessageComponent.cshtml
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
RedTextComponent.cshtml
RenderFragmentToggler.cshtml E2E test showing rendering of RenderFragment 2018-02-16 10:10:14 +00:00
TextOnlyComponent.cshtml