Beispiel #1
0
 public ComponentRenderer(
     StaticComponentRenderer staticComponentRenderer,
     ServerComponentSerializer serverComponentSerializer,
     IViewBufferScope viewBufferScope)
 {
     _staticComponentRenderer   = staticComponentRenderer;
     _serverComponentSerializer = serverComponentSerializer;
     _viewBufferScope           = viewBufferScope;
 }
Beispiel #2
0
 public ComponentRenderer(
     StaticComponentRenderer staticComponentRenderer,
     ServerComponentSerializer serverComponentSerializer,
     WebAssemblyComponentSerializer WebAssemblyComponentSerializer)
 {
     _staticComponentRenderer        = staticComponentRenderer;
     _serverComponentSerializer      = serverComponentSerializer;
     _WebAssemblyComponentSerializer = WebAssemblyComponentSerializer;
 }