Click or drag to resize
CMSMvcHelper Class
Helper for the MVC operations
Inheritance Hierarchy
SystemObject
  CMS.URLRewritingEngineCMSMvcHelper

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 11.0.0
Syntax
C#
public static class CMSMvcHelper

The CMSMvcHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetMVCPageHandler
Gets the MVC page handler for the given page info.
Public methodStatic memberIsMVCDocument
Determines whether the given page info carries a MVC document.
Public methodStatic memberIsMVCPageInfo
Determines whether the given page info carries either MVC document or MVC template.
Public methodStatic memberIsMVCPageTemplate
Determines whether the given page info carries a MVC template.
Public methodStatic memberProcessValues
Processes the request values, controller and view
Top
See Also