IComponentPrerenderer 接口

定义

可将 Razor 组件预呈现为 HTML 的服务。

public interface IComponentPrerenderer
type IComponentPrerenderer = interface
Public Interface IComponentPrerenderer

属性

Dispatcher

Dispatcher获取应用于调用 的 PrerenderComponentAsync(HttpContext, Type, IComponentRenderMode, ParameterView)

方法

PrerenderComponentAsync(HttpContext, Type, IComponentRenderMode, ParameterView)

将 Razor 组件预呈现为 HTML。

PrerenderPersistedStateAsync(HttpContext, PersistedStateSerializationMode)

准备当前请求中可持久保存的任何组件状态的序列化表示形式。

适用于