Web/ForgeTrust.Runnable.Web.RazorWire/Bridge/ViewComponentStreamAction.cs
ViewComponentStreamAction
Type
ViewComponentStreamHelper
Internal helper for rendering view components into Turbo Stream fragments.
Method
RenderComponentStreamAsync(ViewContext, string, string, dynamic, object?)
Renders a view component into a Turbo Stream XML fragment.
Type
ViewComponentStreamAction
A Turbo Stream action that renders a view component by its .
Method
RenderAsync(ViewContext, CancellationToken)
Renders the configured view component into a Turbo Stream fragment.
Type
ViewComponentByNameStreamAction
A Turbo Stream action that renders a view component by its name.
Method
RenderAsync(ViewContext, CancellationToken)
Render the configured view component (by name) into a Turbo Stream fragment.