摘要: View关键代码:@using (Html.BeginForm("Create", "Activity", FormMethod.Post, new { enctype = "multipart/form-data" })) 图片1: @Html.TextBoxFor(model => model.Image1, new { @disabled = "disabled", @style = "width:300px;" }) @Html.ValidationMessageFor(model 阅读全文
posted @ 2014-01-02 18:01 幸运的程序员 阅读(372) 评论(0) 推荐(0)