Compartilhar via


DefaultViewComponentFactory.CreateViewComponent(ViewComponentContext) Método

Definição

Cria um novo controlador para o especificado context.

public:
 virtual System::Object ^ CreateViewComponent(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context);
public object CreateViewComponent (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context);
abstract member CreateViewComponent : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> obj
override this.CreateViewComponent : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> obj
Public Function CreateViewComponent (context As ViewComponentContext) As Object

Parâmetros

context
ViewComponentContext

ViewComponentContext para o componente de exibição.

Retornos

O componente de exibição.

Implementações

Aplica-se a