aspnetcore/src/Components/Server/test/Circuits
Javier Calvarro Nelson 74b801506b
[Blazor] Enables the client to initiate blazor server-side renders (#13147)
* [Blazor] Allows multiple components as entry points
* Removes all overloads that register a component statically with aborts
  selector.
* Updates render component to have a RenderMode parameter that indicates
  how the component must render. Valid values are Static, Server, and
  ServerPrerendered.
* When using Server or ServerPrerendered we emit marker comments into
  the page that are later used by blazor.server.js to bootrstrap a
  blazor server-side application.
2019-08-17 20:44:59 +02:00
..
CircuitClientProxyTest.cs
CircuitHostTest.cs [Blazor] Enables the client to initiate blazor server-side renders (#13147) 2019-08-17 20:44:59 +02:00
CircuitIdFactoryTest.cs Create CircuitSecret 2019-08-16 08:19:38 -07:00
CircuitRegistryTest.cs Merge pull request #13112 from aspnet/darc-release/3.0-9048d89c-e829-4684-8acd-94ef228abee6 2019-08-16 20:09:08 -07:00
RemoteRendererTest.cs [Blazor] Enables the client to initiate blazor server-side renders (#13147) 2019-08-17 20:44:59 +02:00
RenderBatchWriterTest.cs Blazor API Review: Parameters (#12547) 2019-07-26 09:46:47 -07:00
RevalidatingServerAuthenticationStateProvider.cs Factor out auth and forms. Fixes #12950 (#12999) 2019-08-12 16:36:27 -07:00
ServerAuthenticationStateProviderTest.cs Factor out auth and forms. Fixes #12950 (#12999) 2019-08-12 16:36:27 -07:00
ServerComponentDeserializerTest.cs [Blazor] Enables the client to initiate blazor server-side renders (#13147) 2019-08-17 20:44:59 +02:00
TestCircuitHost.cs [Blazor] Enables the client to initiate blazor server-side renders (#13147) 2019-08-17 20:44:59 +02:00
TestCircuitIdFactory.cs