Microsoft.AspNetCore.Mvc.Components.Prerendering
January 13, 2025 ยท View on GitHub
{
+ namespace Microsoft.AspNetCore.Mvc.Rendering {
+ public static class HtmlHelperComponentPrerenderingExtensions {
+ public static Task<IHtmlContent> RenderComponentAsync<TComponent>(this IHtmlHelper htmlHelper) where TComponent : IComponent;
+ public static Task<IHtmlContent> RenderComponentAsync<TComponent>(this IHtmlHelper htmlHelper, object parameters) where TComponent : IComponent;
+ }
+ }
+}