aspnetcore/test/testapps/BasicTestApp
Steve Sanderson fb3beab270 Link on build by default for all configurations, not only Release 2018-03-21 15:58:49 +00:00
..
HierarchicalImportsTest
HttpClientTest Use real BCL System.Net.Http.HttpClient. Implements #159 2018-02-28 17:37:42 +00:00
Properties
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 Support components and static content in external NuGet packages (#247) 2018-03-14 11:23:43 +00:00
AddRemoveChildComponents.cshtml Update BasicTestApp 2018-03-14 11:23:41 +00:00
BasicTestApp.csproj Link on build by default for all configurations, not only Release 2018-03-21 15:58:49 +00:00
BindCasesComponent.cshtml Fix selection on <select> box. Fixes #157 2018-03-16 10:27:26 +00: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
TextOnlyComponent.cshtml