C# 클래스 Core.Web.Helpers.HtmlExtensions.HtmlExtensions

Extends HtmlHelper functionality.
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
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