IViewComponentResult.Execute(ViewComponentContext) 方法

定义

使用指定的 context执行 的结果ViewComponent

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)

参数

context
ViewComponentContext

ViewComponentContext当前组件执行的 。

适用于