We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60af0f7 commit 1805ff5Copy full SHA for 1805ff5
src/Mvc/Mvc.ViewFeatures/src/RazorComponents/ComponentPrerenderer.cs
@@ -71,7 +71,7 @@ public async ValueTask<IHtmlContent> PrerenderComponentAsync(
71
};
72
}
73
74
- public async ValueTask<HtmlComponent> PrerenderComponentCoreAsync(
+ private async ValueTask<HtmlComponent> PrerenderComponentCoreAsync(
75
ParameterView parameters,
76
HttpContext httpContext,
77
Type componentType)
0 commit comments