Aracılığıyla paylaş


IViewComponentResult.Execute(ViewComponentContext) Yöntem

Tanım

Belirtilen contextkullanarak bir ViewComponent sonucunu yürütür.

public:
 void Execute(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context);
public void Execute (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context);
abstract member Execute : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext -> unit
Public Sub Execute (context As ViewComponentContext)

Parametreler

context
ViewComponentContext

ViewComponentContext Geçerli bileşen yürütme için.

Şunlara uygulanır