aspnetcore/test/testapps/BasicTestApp
Steve Sanderson 8bc7c92683 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
..
HierarchicalImportsTest Support _ViewImports.cshtml files hierarchically 2018-02-18 23:57:20 +00:00
Properties
…
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 Track event handlers via explicit IDs rather than by index into frames 2018-02-08 15:31:45 +00:00
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 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
…