IComponentPrerenderer Rozhraní

Definice

Služba, která může předem zobrazovat komponenty Razor ve formátu HTML.

public interface IComponentPrerenderer
type IComponentPrerenderer = interface
Public Interface IComponentPrerenderer

Vlastnosti

Dispatcher

Získá , Dispatcher který by měl být použit pro volání do PrerenderComponentAsync(HttpContext, Type, IComponentRenderMode, ParameterView).

Metody

PrerenderComponentAsync(HttpContext, Type, IComponentRenderMode, ParameterView)

Prerenders a Razor Component as HTML.

PrerenderPersistedStateAsync(HttpContext, PersistedStateSerializationMode)

Připraví serializovanou reprezentaci jakéhokoli stavu komponenty, který je trvalý v rámci aktuálního požadavku.

Platí pro