C# 클래스 BetterCms.Module.Root.Mvc.Helpers.MessagesHelper

Messages helper methods.
파일 보기 프로젝트 열기: devbridge/BetterCMS

공개 메소드들

메소드 설명
CustomMessagesBox ( this html, IMessagesIndicator messages, string id = null, string>.IDictionary attributes = null ) : IHtmlString
MessagesBox ( this html, string id = null, string>.IDictionary attributes = null ) : IHtmlString

비공개 메소드들

메소드 설명
AddMessagesBoxBlock ( StringBuilder sb, string blockClass, IList messages ) : void

Adds messages block to a messages box.

MessagesBox ( this html, string id, string>.IDictionary attributes, string cssClass, IMessagesIndicator messages = null ) : IHtmlString

Renders messages box with given id.

메소드 상세

CustomMessagesBox() 공개 정적인 메소드

public static CustomMessagesBox ( this html, IMessagesIndicator messages, string id = null, string>.IDictionary attributes = null ) : IHtmlString
html this
messages IMessagesIndicator
id string
attributes string>.IDictionary
리턴 IHtmlString

MessagesBox() 공개 정적인 메소드

public static MessagesBox ( this html, string id = null, string>.IDictionary attributes = null ) : IHtmlString
html this
id string
attributes string>.IDictionary
리턴 IHtmlString