C# Класс Castle.MonoRail.Framework.Adapters.DefaultRailsEngineContext

Adapter to expose a valid IRailsEngineContext implementation on top of HttpContext.
Наследование: AbstractServiceContainer, IRailsEngineContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DefaultRailsEngineContext ( IServiceContainer parent, UrlInfo urlInfo, HttpContext context, IServiceProvider container ) : System

Initializes a new instance of the DefaultRailsEngineContext class.

ResolveRequestSession ( ) : void

Resolves the request session.

Transfer ( String path, bool preserveForm ) : void

Transfer the execution to another resource.

Описание методов

DefaultRailsEngineContext() публичный Метод

Initializes a new instance of the DefaultRailsEngineContext class.
public DefaultRailsEngineContext ( IServiceContainer parent, UrlInfo urlInfo, HttpContext context, IServiceProvider container ) : System
parent IServiceContainer The parent.
urlInfo UrlInfo Url information
context System.Web.HttpContext The context.
container IServiceProvider External container instance
Результат System

ResolveRequestSession() публичный Метод

Resolves the request session.
public ResolveRequestSession ( ) : void
Результат void

Transfer() публичный Метод

Transfer the execution to another resource.
public Transfer ( String path, bool preserveForm ) : void
path String
preserveForm bool
Результат void