C# Класс N2.Web.Mvc.Html.ControlPanelExtensions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ControlPanelExtensions ( ) : System

Описание методов

ControlPanel() публичный статический Метод

Renders the openable control panel displayed in the upper left corner on N2 sites.
public static ControlPanel ( this html ) : ControlPanelHelper
html this
Результат ControlPanelHelper

GetControlPanelState() публичный статический Метод

Gets the curent state of the control panel.
public static GetControlPanelState ( System.Web.Mvc.HtmlHelper html ) : ControlPanelState
html System.Web.Mvc.HtmlHelper
Результат ControlPanelState

RenderControlPanel() публичный статический Метод

Renders the openable control panel displayed in the upper left corner on N2 sites.
public static RenderControlPanel ( this html ) : void
html this
Результат void

Replace() публичный статический Метод

public static Replace ( this format, object>.IDictionary replacements ) : string
format this
replacements object>.IDictionary
Результат string

Replace() публичный статический Метод

public static Replace ( this format, object replacements ) : string
format this
replacements object
Результат string