1
我試圖從形式發佈一些信息,但它一直張貼空值的評論控制器而非頁面上輸入什麼....表格後郵寄空
@using (Html.BeginForm("SubmitComment", "Comment",FormMethod.Post))
{
<fieldset>
<legend>Submit a comment</legend>
<input id="comment" type="text" />
<button type="submit">Submit</button>
</fieldset>
}
任何想法?
你可以在你的'CommentController'上發佈'SubmitComment'動作的代碼嗎? – bump
請發表評論操作。你如何處理這個。 –