Plugin - Kendo UI - Button

Button

@Html.Kendo().Button()

.Name("按钮名")

.Content("按钮内容")

.HtmlAttributes( new {type = "button"} )  // form下的按钮 默认为submit

.Events(e => e.Click("按钮点击事件"))

 

posted @ 2015-04-21 14:39  `Laimic  阅读(181)  评论(0)    收藏  举报