C# 클래스 N2.Web.Mvc.Html.ControlPanelExtensions

파일 보기 프로젝트 열기: Earthware/n2cms 1 사용 예제들

공개 메소드들

메소드 설명
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