| IMvcAdapter Interface | 
Namespace: CMS.Mvc
 Syntax
Syntaxpublic interface IMvcAdapter
The IMvcAdapter type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | OptionalUrlParameter | 
            Gets the "Optional URL parameter" type.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetControllerType | 
            Gets the type of the controller.
             | 
|  | GetMvcHandler | 
            Gets the MVC handler.
             | 
|  | GetMvcRouteHandler | 
            Gets the MVC route handler.
             | 
|  | ProceedDefaultRouteValues | 
            Proceeds the default route values.
             | 
 See Also
See Also