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

Extends HtmlHelper functionality.
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode 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 méthode

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
Résultat String

PluginsScripts() public static méthode

public static PluginsScripts ( this html, IEnumerable plugins ) : String
html this
plugins IEnumerable
Résultat String

SiteTitle() public static méthode

Sites the title.
public static SiteTitle ( this helper ) : String
helper this The html helper.
Résultat String