8 references to RenderComponentAsync
Microsoft.AspNetCore.Components.Web (1)
HtmlRendering\HtmlRenderer.cs (1)
100=> RenderComponentAsync<TComponent>(ParameterView.Empty);
Microsoft.AspNetCore.Components.Web.Tests (7)
HtmlRendering\HtmlRendererTest.cs (7)
665var result = await htmlRenderer.RenderComponentAsync<ComponentWithParameters>( 763var result = await htmlRenderer.RenderComponentAsync<AsyncComponent>(ParameterView.FromDictionary(new Dictionary<string, object> 789var result = await htmlRenderer.RenderComponentAsync<NestedAsyncComponent>(ParameterView.FromDictionary(new Dictionary<string, object> 811var first = await htmlRenderer.RenderComponentAsync<SectionOutlet>(ParameterView.FromDictionary(new Dictionary<string, object> 819var second = await htmlRenderer.RenderComponentAsync<SectionContent>(ParameterView.FromDictionary(new Dictionary<string, object> 896await htmlRenderer.RenderComponentAsync<ErrorThrowingComponent>(ParameterView.FromDictionary(new Dictionary<string, object> 917htmlRenderer.RenderComponentAsync<ErrorThrowingComponent>(ParameterView.FromDictionary(new Dictionary<string, object>