CMS.Base.Routing Namespace |
Class | Description | |
---|---|---|
![]() | CMSActionResult |
Defines an abstract action result.
|
![]() | CMSContentResult |
Defines action result that outputs to the body of the response.
|
![]() | CMSDirectActionResult |
An CMSActionResult that invokes action specified.
|
![]() | CMSFileContentResult |
Represents an CMSActionResult that when executed will write a binary file to the response.
|
![]() | CMSFileResult |
Represents an CMSActionResult that when executed will write a file as the response.
|
![]() | CMSForbiddenResult |
Defines an HTTP 403 Error Forbidden result.
|
![]() | CMSNotFoundResult |
Defines an HTTP 404 Error Not Found result.
|
![]() | CMSNotModifiedResult |
Defines an HTTP 304 Not Modified result.
|
![]() | CMSPhysicalFileResult |
A CMSActionResult on execution will write a file from disk to the response using mechanisms provided by the host.
|
![]() | CMSRedirectPermanentResult |
An CMSActionResult that returns a Moved Permanently (301)
response with a Location header to the supplied URL.
|
![]() | CMSRedirectResult |
An CMSActionResult that returns a Found (302)
response with a Location header to the supplied URL.
|
![]() | CMSRewritePathResult |
An CMSActionResult that rewrites the URL by using the specified path.
|
![]() | CMSSeeOtherResult |
An CMSActionResult that returns a See Other (303)
response with a Location header to the supplied URL.
|
![]() | CMSUnauthorizedResult |
Defines an HTTP 401 Error Unauthorized result.
|
![]() | HttpHandlerRouteTable |
Stores the URL routes to Kentico HTTP handlers.
|
![]() | RegisterHttpHandlerAttribute |
Represents a route to a Kentico HTTP handler using a route template that supports inline constraints.
|
Interface | Description | |
---|---|---|
![]() | IActionResultService |
Defines the contract to process HTTP Web requests.
|
![]() | ICMSEntityTagActionResult |
Represents an CMSActionResult that when executed will produce an HTTP response
with the specified ETag response header.
|
![]() | ICMSStatusCodeActionResult |
Represents an CMSActionResult that when executed will produce an HTTP response
with the specified StatusCode.
|