C# Class Core.Web.Helpers.HtmlExtensions.HtmlExtensions

Extends HtmlHelper functionality.
Datei anzeigen Open project: coreframework/Core-Framework

Public Methods

Method Description
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.

Method Details

OperationCheckbox() public static method

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
return String

PluginsScripts() public static method

public static PluginsScripts ( this html, IEnumerable plugins ) : String
html this
plugins IEnumerable
return String

SiteTitle() public static method

Sites the title.
public static SiteTitle ( this helper ) : String
helper this The html helper.
return String