Skip to content

Documentation says "controller", should say "view component" #62163

Closed
@jzabroski

Description

@jzabroski

From:

Creates a new controller for the specified <paramref name="context"/>.

To:

Creates a new view component for the specified <paramref name="context"/>.

/// <summary>
/// Creates a new controller for the specified <paramref name="context"/>.
/// </summary>
/// <param name="context"><see cref="ViewComponentContext"/> for the view component.</param>
/// <returns>The view component.</returns>
object CreateViewComponent(ViewComponentContext context);

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templates

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions