摘要:
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
阅读全文