Click or drag to resize
MvcAdapter Class
Class providing a connection for the implementation of the MVC contract
Inheritance Hierarchy
SystemObject
  CMS.CoreStaticWrapperIMvcAdapter
    CMS.MvcMvcAdapter

Namespace: CMS.Mvc
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public class MvcAdapter : StaticWrapper<IMvcAdapter>

The MvcAdapter type exposes the following members.

Constructors
  NameDescription
Public methodMvcAdapter
Top
Properties
  NameDescription
Public propertyStatic memberOptionalUrlParameter
Gets the "Optional URL parameter" type.
Top
Methods
  NameDescription
Public methodStatic memberGetControllerType
Gets the type of the controller.
Public methodStatic memberGetMvcHandler
Gets the MVC handler for the given request context.
Public methodStatic memberGetMvcRouteHandler
Gets the MVC route handler object.
Public methodStatic memberProceedDefaultRouteValues
Proceeds the default route values.
Top
See Also