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 6009a58 commit 8d4b843Copy full SHA for 8d4b843
src/Mvc/Mvc.ViewFeatures/src/ViewComponents/IViewComponentFactory.cs
@@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Mvc.ViewComponents;
9
public interface IViewComponentFactory
10
{
11
/// <summary>
12
- /// Creates a new controller for the specified <paramref name="context"/>.
+ /// Creates a new view component for the specified <paramref name="context"/>.
13
/// </summary>
14
/// <param name="context"><see cref="ViewComponentContext"/> for the view component.</param>
15
/// <returns>The view component.</returns>
0 commit comments