IViewComponentInvoker 接口

定义

指定用于执行视图组件的协定。

public interface class IViewComponentInvoker
public interface IViewComponentInvoker
type IViewComponentInvoker = interface
Public Interface IViewComponentInvoker
派生

方法

InvokeAsync(ViewComponentContext)

执行 由 ViewComponentDescriptorcontext 指定的视图组件,并将结果写入 。Writer

适用于