C# Class Core.Web.Controllers.PageTemplatesController

Inheritance: Framework.Mvc.Controllers.FrameworkController
Mostrar archivo Open project: coreframework/Core-Framework

Private Properties

Property Type Description
IsPageTemplateOwner bool
PageTemplatesController System
RedirectToAction System.Web.Mvc.RedirectToRouteResult
Show System.Web.Mvc.ActionResult
Show System.Web.Mvc.ActionResult

Public Methods

Method Description
PageTemplatesController ( ) : System

Initializes a new instance of the PageTemplatesController class.

Private Methods

Method Description
IsPageTemplateOwner ( Page page ) : bool

Determines whether [is page owner] [the specified page].

PageTemplatesController ( Dummy d ) : System
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
Show ( String url ) : System.Web.Mvc.ActionResult
Show ( ) : System.Web.Mvc.ActionResult

Method Details

PageTemplatesController() public method

Initializes a new instance of the PageTemplatesController class.
public PageTemplatesController ( ) : System
return System