C# Класс Core.Web.Helpers.HtmlExtensions.HtmlExtensions

Extends HtmlHelper functionality.
Показать файл Открыть проект

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

Метод Описание
OperationCheckbox ( this helper, String name, long roleId, Int32 operationKey, IEnumerable objectPermissions ) : String
PluginsScripts ( this html, IEnumerable plugins ) : String
SiteTitle ( this helper ) : String

Sites the title.

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

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

public static OperationCheckbox ( this helper, String name, long roleId, Int32 operationKey, IEnumerable objectPermissions ) : String
helper this
name String
roleId long
operationKey System.Int32
objectPermissions IEnumerable
Результат String

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

public static PluginsScripts ( this html, IEnumerable plugins ) : String
html this
plugins IEnumerable
Результат String

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

Sites the title.
public static SiteTitle ( this helper ) : String
helper this The html helper.
Результат String