1 implementation of IHtmlAsyncContent
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
251public class PrerenderedComponentHtmlContent : IHtmlAsyncContent
6 references to IHtmlAsyncContent
Microsoft.AspNetCore.Components.Endpoints (3)
DependencyInjection\IComponentPrerenderer.cs (1)
24ValueTask<IHtmlAsyncContent> PrerenderComponentAsync(
Rendering\EndpointHtmlRenderer.Prerendering.cs (2)
85public ValueTask<IHtmlAsyncContent> PrerenderComponentAsync( 94public async ValueTask<IHtmlAsyncContent> PrerenderComponentAsync(
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
EndpointHtmlRendererTest.cs (1)
1628private static string HtmlContentToString(IHtmlAsyncContent result)
Microsoft.AspNetCore.Mvc.TagHelpers (1)
ComponentTagHelper.cs (1)
100var result = await componentPrerenderer.PrerenderComponentAsync(ViewContext.HttpContext, ComponentType, renderMode, parameters);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\ViewBuffer.cs (1)
235if (value.Value is IHtmlAsyncContent valueAsHtmlAsyncContent)