ButtonBuilderButton - метод

Пространство имён:  EleWise.ELMA.Web.Mvc.Html
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public static TagBuilder Button(
	string name,
	string buttonText,
	HtmlButtonType type,
	string onClickMethod,
	IDictionary<string, Object> htmlAttributes
)

Параметры

name
Тип: String
buttonText
Тип: String
type
Тип: EleWise.ELMA.Web.Mvc.HtmlHtmlButtonType
onClickMethod
Тип: String
htmlAttributes
Тип: IDictionaryString, Object

Возвращаемое значение

Тип: TagBuilder
См. также