开发者

checkbox list example in mvc3 Razor,

I am converting my application in razor template,i used the Html.CheckBoxlist in one of my vi开发者_JAVA百科ews. Please suggest me how can I achieve this in razor

Here is my code:

@Html.CheckBoxlist("abc", Model.CheckBoxListItems)


Razor is simply a view engine it has nothing to do with the methods you call. If you have such an html helper method, it should work with @Html.CheckBoxlist(parameters)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜