摘要: 这两天在构建Asp.net Mvc项目中,允许用户上传一个图片来当做自己的头像。Html代码<form method="post" enctype="multipart/form-data" action="/Home/UpLoadFile" > <input type="file" id=”uploadfile” /> <input typ... 阅读全文
posted @ 2010-09-19 12:06 永不放弃-Jack wu 阅读(292) 评论(1) 推荐(0) 编辑
摘要: 操作结果帮助器方法说明ViewResultView将视图呈现为网页。PartialViewResultPartialView呈现分部视图,该分部视图定义可呈现在另一视图内的某视图的一部分。RedirectResultRedirect使用其 URL 重定向到另一操作方法。RedirectToRouteResultRedirectToActionRedirectToRoute重定向到另一操作方法。Co... 阅读全文
posted @ 2010-09-19 11:55 永不放弃-Jack wu 阅读(238) 评论(0) 推荐(0) 编辑