| RegisterHttpHandlerAttribute Class |
Namespace: CMS.Routing.Web
public sealed class RegisterHttpHandlerAttribute : Attribute, IPreInitAttribute, IRouteHandler
The RegisterHttpHandlerAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| RegisterHttpHandlerAttribute |
Initializes a new instance of the RegisterHttpHandlerAttribute class.
|
| Name | Description | |
|---|---|---|
| MarkedType |
Gets the type of a Kentico HTTP handler.
| |
| Order |
Gets or sets the order weight of the route.
| |
| RouteTemplate |
Gets the route template.
|
| Name | Description | |
|---|---|---|
| GetHttpHandler |
Provides the Kentico HTTP handler that processes the request.
| |
| PreInit |
Adds this instance to the table with routes to Kentico HTTP handlers.
|