从MVC中的控制器访问视图中的元素值

时间:2015-03-25 13:06:45

标签: asp.net-mvc razor

在视图中我有

@Html.TextArea("ChangeStatusCommentTxt")

在控制器中我试图通过

访问它
Request["ChangeStatusCommentTxt"];

它返回值

但是当我使用

@Html.TextArea("ChangeStatusCommentTxt",new{@class="someclass"});

它没有返回价值!!那是为什么?

0 个答案:

没有答案