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

Afficher le fichier Open project: Earthware/n2cms Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ControlPanelExtensions ( ) : System

Method Details

ControlPanel() public static méthode

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

GetControlPanelState() public static méthode

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

RenderControlPanel() public static méthode

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

Replace() public static méthode

public static Replace ( this format, object>.IDictionary replacements ) : string
format this
replacements object>.IDictionary
Résultat string

Replace() public static méthode

public static Replace ( this format, object replacements ) : string
format this
replacements object
Résultat string