Click or drag to resize
IMvcAdapter Interface
MvcAdapter contract interface. Provides an access to the core MVC functionality and objects.

Namespace: CMS.Mvc
Assembly: CMS.Mvc (in CMS.Mvc.dll) Version: 9.0.0
Syntax
C#
public interface IMvcAdapter

The IMvcAdapter type exposes the following members.

Properties
  NameDescription
Public propertyOptionalUrlParameter
Gets the "Optional URL parameter" type.
Top
Methods
  NameDescription
Public methodGetControllerType
Gets the type of the controller.
Public methodGetMvcHandler
Gets the MVC handler.
Public methodGetMvcRouteHandler
Gets the MVC route handler.
Public methodProceedDefaultRouteValues
Proceeds the default route values.
Top
See Also