aspnetcore/test/testapps/BasicTestApp
Steve Sanderson fef5a52183 Reference static content from referenced assemblies. Implements #340 2018-04-06 09:50:10 +01:00
..
HierarchicalImportsTest
HttpClientTest Support arbitrary 'fetch' arguments 2018-04-04 10:12:42 +01:00
Properties Add E2E tests for BrowserRouter, plus implement querystring/hash support 2018-02-21 10:22:03 +00:00
RouterTest In NavLink, support matching either complete URLs or just URL prefixes (both are necessary for typical nav menus) 2018-03-20 13:15:37 +00:00
wwwroot Added SVG support (#366) (#435) 2018-03-30 10:07:10 +01:00
AddRemoveChildComponents.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
BasicTestApp.csproj Reference static content from referenced assemblies. Implements #340 2018-04-06 09:50:10 +01:00
BindCasesComponent.cshtml Text Area Bind Fix for issue #434 (#439) 2018-03-30 10:10:23 +01:00
CounterComponent.cshtml
CounterComponentUsingChild.cshtml Cover case-insensitive child component parameter names in E2E test 2018-03-19 12:59:59 +00:00
CounterComponentWrapper.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
ExternalContentPackage.cshtml Support components and static content in external NuGet packages (#247) 2018-03-14 11:23:43 +00:00
KeyPressEventComponent.cshtml Simplify apps by moving some commonly used types into Microsoft.AspNetCore.Blazor namespace 2018-02-28 11:29:14 +00:00
MessageComponent.cshtml
ParentChildComponent.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
Program.cs
PropertiesChangedHandlerChild.cshtml
PropertiesChangedHandlerParent.cshtml Konvert to KoreBuild 2018-03-14 11:23:42 +00:00
RedTextComponent.cshtml
RenderFragmentToggler.cshtml Simplify apps by moving some commonly used types into Microsoft.AspNetCore.Blazor namespace 2018-02-28 11:29:14 +00:00
SvgCircleComponent.cshtml Added SVG support (#366) (#435) 2018-03-30 10:07:10 +01:00
SvgComponent.cshtml Added SVG support (#366) (#435) 2018-03-30 10:07:10 +01:00
SvgWithChildComponent.cshtml Added SVG support (#366) (#435) 2018-03-30 10:07:10 +01:00
TextOnlyComponent.cshtml