IRazorComponentEndpointInvoker 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
调用 Razor 组件终结点来呈现给定的根组件,并使用给定的元数据 (填充 IRoutingStateProvider (如果有任何) 呈现给定页面)。
public interface IRazorComponentEndpointInvoker
type IRazorComponentEndpointInvoker = interface
Public Interface IRazorComponentEndpointInvoker
注解
Razor 组件终结点通过 RootComponentMetadata 终结点中的元数据提供根组件。 页面组件通过 ComponentTypeMetadata提供。
方法
Render(HttpContext) |
调用 Razor 组件终结点。 |