Skip to content

Commit 1805ff5

Browse files
Another thing can be private
1 parent 60af0f7 commit 1805ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.ViewFeatures/src/RazorComponents/ComponentPrerenderer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public async ValueTask<IHtmlContent> PrerenderComponentAsync(
7171
};
7272
}
7373

74-
public async ValueTask<HtmlComponent> PrerenderComponentCoreAsync(
74+
private async ValueTask<HtmlComponent> PrerenderComponentCoreAsync(
7575
ParameterView parameters,
7676
HttpContext httpContext,
7777
Type componentType)

0 commit comments

Comments
 (0)