C# 클래스 Rebel.Cms.Web.Context.RoutableRequestContext

Default implementation of IRoutableRequestContext. Encapsulates information specific to a request handled by Rebel.
상속: DisposableObject, IRoutableRequestContext
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
RoutableRequestContext ( IRebelApplicationContext applicationContext, ComponentRegistrations components, IRoutingEngine routingEngine ) : System

보호된 메소드들

메소드 설명
DisposeResources ( ) : void

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.

메소드 상세

DisposeResources() 보호된 메소드

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.
protected DisposeResources ( ) : void
리턴 void

RoutableRequestContext() 공개 메소드

public RoutableRequestContext ( IRebelApplicationContext applicationContext, ComponentRegistrations components, IRoutingEngine routingEngine ) : System
applicationContext IRebelApplicationContext
components Rebel.Cms.Web.DependencyManagement.ComponentRegistrations
routingEngine IRoutingEngine
리턴 System