Syntax
| C# |
|---|
public interface IRailsEngineContext |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| AddService | Overloaded. | |
| GetService | Overloaded. | |
| RemoveService | Overloaded. | |
| Transfer |
Transfer the execution to another resource.
|
Public Properties
| Name | Description | |
|---|---|---|
| ApplicationPath |
Returns the application path.
| |
| ApplicationPhysicalPath |
Returns the physical application path.
| |
| Cache |
Access the Cache associated with this
web execution context.
| |
| Container |
If a container is available for the app, this
property exposes its instance.
| |
| CurrentController |
Gets or sets the current controller.
| |
| CurrentUser |
Gets or sets the current user.
| |
| Flash |
Access a dictionary of volative items.
| |
| Items |
Returns the Items collection from the current HttpContext.
| |
| LastException |
Gets the last exception raised during
the execution of an action.
| |
| Params |
Access the params (Query, Post, headers and Cookies)
| |
| Request |
Gets the request object.
| |
| RequestType |
Gets the request type (GET, POST, etc)
| |
| Response |
Gets the response object.
| |
| Server |
Returns an IServerUtility.
| |
| Session |
Access the session objects.
| |
| Trace |
Gets the trace object.
| |
| UnderlyingContext |
Gets the underlying context of the API being used.
| |
| Url |
Gets the request URL.
| |
| UrlInfo |
Returns the UrlInfo of the the current request.
| |
| UrlReferrer |
Gets the referring URL.
|
See Also
Castle.MonoRail.Framework Namespace