C# Class N2.Web.Mvc.Html.ControlPanelExtensions

Show file Open project: Earthware/n2cms Class Usage Examples

Public Methods

Method Description
ControlPanel ( this html ) : ControlPanelHelper

Renders the openable control panel displayed in the upper left corner on N2 sites.

GetControlPanelState ( System.Web.Mvc.HtmlHelper html ) : ControlPanelState

Gets the curent state of the control panel.

RenderControlPanel ( this html ) : void

Renders the openable control panel displayed in the upper left corner on N2 sites.

Replace ( this format, object>.IDictionary replacements ) : string
Replace ( this format, object replacements ) : string

Private Methods

Method Description
ControlPanelExtensions ( ) : System

Method Details

ControlPanel() public static method

Renders the openable control panel displayed in the upper left corner on N2 sites.
public static ControlPanel ( this html ) : ControlPanelHelper
html this
return ControlPanelHelper

GetControlPanelState() public static method

Gets the curent state of the control panel.
public static GetControlPanelState ( System.Web.Mvc.HtmlHelper html ) : ControlPanelState
html System.Web.Mvc.HtmlHelper
return ControlPanelState

RenderControlPanel() public static method

Renders the openable control panel displayed in the upper left corner on N2 sites.
public static RenderControlPanel ( this html ) : void
html this
return void

Replace() public static method

public static Replace ( this format, object>.IDictionary replacements ) : string
format this
replacements object>.IDictionary
return string

Replace() public static method

public static Replace ( this format, object replacements ) : string
format this
replacements object
return string