IPageFactoryProvider Interfejs

Definicja

Udostępnia metody tworzenia i usuwania stron Razor.

public interface class IPageFactoryProvider
public interface IPageFactoryProvider
type IPageFactoryProvider = interface
Public Interface IPageFactoryProvider
Pochodne

Metody

CreateAsyncPageDisposer(CompiledPageActionDescriptor)

Zwalnia stronę Razor asynchronicznie.

CreatePageDisposer(CompiledPageActionDescriptor)

Zwalnia stronę Razor.

CreatePageFactory(CompiledPageActionDescriptor)

Tworzy fabrykę do tworzenia stron Razor dla określonego PageContextelementu .

Dotyczy