开发者

checkbox list example in mvc3 Razor,

开发者 https://www.devze.com 2023-02-09 15:31 出处:网络
I am converting my application in razor template,i used the Html.CheckBoxlist in one of my vi开发者_JAVA百科ews.

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

精彩评论

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