IPageModelFactoryProvider 인터페이스

정의

Razor 페이지 모델을 만들고 삭제하는 메서드를 제공합니다.

public interface class IPageModelFactoryProvider
public interface IPageModelFactoryProvider
type IPageModelFactoryProvider = interface
Public Interface IPageModelFactoryProvider
파생

메서드

CreateAsyncModelDisposer(CompiledPageActionDescriptor)

Razor 페이지 모델을 비동기적으로 릴리스합니다.

CreateModelDisposer(CompiledPageActionDescriptor)

Razor 페이지 모델을 릴리스합니다.

CreateModelFactory(CompiledPageActionDescriptor)

지정된 PageContext가 지정된 경우 Razor Pages용 모델을 생성하기 위한 팩터리를 만듭니다.

적용 대상