File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Components/test/testassets/Components.TestServer Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ public static async Task Main(string[] args)
2323 [ "Server authentication" ] = ( BuildWebHost < ServerAuthenticationStartup > ( CreateAdditionalArgs ( args ) ) , "/subdir" ) ,
2424 [ "CORS (WASM)" ] = ( BuildWebHost < CorsStartup > ( CreateAdditionalArgs ( args ) ) , "/subdir" ) ,
2525 [ "Prerendering (Server-side)" ] = ( BuildWebHost < PrerenderedStartup > ( CreateAdditionalArgs ( args ) ) , "/prerendered" ) ,
26- [ "Razor Component Endpoints" ] = ( BuildWebHost < RazorComponentEndpointsStartup < Components . TestServer . RazorComponents . App > > ( CreateAdditionalArgs ( args ) ) , "/subdir" ) ,
26+ [ "Razor Component Endpoints" ] = ( BuildWebHost < RazorComponentEndpointsStartup < App > > ( CreateAdditionalArgs ( args ) ) , "/subdir" ) ,
27+ [ "No interactivity" ] = ( BuildWebHost < RazorComponentEndpointsNoInteractivityStartup < App > > ( CreateAdditionalArgs ( args ) ) , "/subdir" ) ,
2728 [ "Deferred component content (Server-side)" ] = ( BuildWebHost < DeferredComponentContentStartup > ( CreateAdditionalArgs ( args ) ) , "/deferred-component-content" ) ,
2829 [ "Locked navigation (Server-side)" ] = ( BuildWebHost < LockedNavigationStartup > ( CreateAdditionalArgs ( args ) ) , "/locked-navigation" ) ,
2930 [ "Client-side with fallback" ] = ( BuildWebHost < StartupWithMapFallbackToClientSideBlazor > ( CreateAdditionalArgs ( args ) ) , "/fallback" ) ,
You can’t perform that action at this time.
0 commit comments