C# Класс BetterCms.Module.Root.Mvc.Helpers.MessagesHelper

Messages helper methods.
Показать файл Открыть проект

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

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