1 implementation of IHtmlAsyncContent
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
324
public class PrerenderedComponentHtmlContent :
IHtmlAsyncContent
5 references to IHtmlAsyncContent
Microsoft.AspNetCore.Components.Endpoints (3)
DependencyInjection\IComponentPrerenderer.cs (1)
24
ValueTask<
IHtmlAsyncContent
> PrerenderComponentAsync(
Rendering\EndpointHtmlRenderer.Prerendering.cs (2)
87
public ValueTask<
IHtmlAsyncContent
> PrerenderComponentAsync(
96
public async ValueTask<
IHtmlAsyncContent
> PrerenderComponentAsync(
Microsoft.AspNetCore.Mvc.TagHelpers (1)
ComponentTagHelper.cs (1)
100
var
result = await componentPrerenderer.PrerenderComponentAsync(ViewContext.HttpContext, ComponentType, renderMode, parameters);
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\ViewBuffer.cs (1)
235
if (value.Value is
IHtmlAsyncContent
valueAsHtmlAsyncContent)