IComponentPrerenderer 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可將 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) |
準備目前要求中可保存之任何元件狀態的序列化標記法。 |