Html.BeginForm("search","Home",FormMethod.Get);
Html.TextAreal("text","Hello <br/> world");
模型绑定,避免重复提交恶意攻击
action、Method
Html.BeginForm("search","Home",FormMethod.Get);
Html.TextAreal("text","Hello <br/> world");
模型绑定,避免重复提交恶意攻击
action、Method