Method | Description | |
---|---|---|
DefaultRailsEngineContext ( IServiceContainer parent, UrlInfo urlInfo, |
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.
|
public DefaultRailsEngineContext ( IServiceContainer parent, UrlInfo urlInfo, |
||
parent | IServiceContainer | The parent. |
urlInfo | UrlInfo | Url information |
context | The context. | |
container | IServiceProvider | External container instance |
return | System |
public Transfer ( String path, bool preserveForm ) : void | ||
path | String | |
preserveForm | bool | |
return | void |