Skip to content

[Blazor] Provide a primitive inside Microsoft.AspNetCore.Components.Web for rendering output to HTML #46682

@javiercn

Description

@javiercn
  • This is in charge of writing the output from a component into a stream/pipewriter.
  • This initial version only covers rendering to HTML with quiescence.
  • Update by @SteveSandersonMS:
    • It should let the caller choose whether to wait for quiescence, and provide a mechanism for later doing so. This is to allow optionally observing the render output before and after quiescence.

Other features required for supporting streaming rendering and rendering server and webassembly components will be defined later in their own issues.

Metadata

Metadata

Labels

DoneThis issue has been fixedarea-blazorIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing onefeature-full-stack-web-uiFull stack web UI with Blazor

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions