C# Class BetterCms.Module.Root.Controllers.PreviewController

Inheritance: BetterCms.Module.Root.Mvc.CmsControllerBase
Show file Open project: devbridge/BetterCMS

Public Methods

Method Description
PreviewController ( ICmsConfiguration cmsConfiguration ) : System.Collections.Generic

Initializes a new instance of the PreviewController class.

Private Methods

Method Description
Index ( string pageId, string pageContentId ) : System.Web.Mvc.ActionResult

Method Details

PreviewController() public method

Initializes a new instance of the PreviewController class.
public PreviewController ( ICmsConfiguration cmsConfiguration ) : System.Collections.Generic
cmsConfiguration ICmsConfiguration The CMS configuration.
return System.Collections.Generic