Name |
Description |
ActionInvokerSelector |
|
ActionInvokerWrapper |
Wraps another IActionInvoker except it handles the case of an action method not being found and invokes the NotFoundController instead. |
ControllerFactoryWrapper |
|
InstallerModule |
|
InstallerModule.IncomingRequestRouteConstraint |
|
NotFoundActionDescriptor |
|
NotFoundAsyncControllerActionInvoker |
|
NotFoundController |
|
NotFoundHandler |
|
NotFoundViewResult |
Renders a view called "NotFound" and sets the response status code to 404. View data is assigned for "RequestedUrl" and "ReferrerUrl". |
PreApplicationStarter |
Runs at web application start. |