Поделиться через


DefaultViewComponentActivator.Create(ViewComponentContext) Метод

Определение

Создает экземпляр ViewComponent.

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

Параметры

context
ViewComponentContext

Для ViewComponentContext выполняющегося ViewComponent.

Возвращаемое значение

Реализации

Применяется к