摘要:
index.aspx <div> <% using (Html.BeginForm("Index", "File", FormMethod.Post, new { enctype = "multipart/form-data" })) {%> <input type="file" name="fil 阅读全文
摘要:
<div> <% var html = ""; foreach (KeyValuePair<string, object> d in RouteData.Values) { html += d.Key + "=" + (d.Value ?? string.Empty) + "<br/>"; } %> 阅读全文
摘要:
web.config 添加 <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" public 阅读全文