資源簡介
myMvcApp.rar

代碼片段和文件信息
using?System.Web;
using?System.Web.Mvc;
using?System.Web.UI;
namespace?myMvcApp
{
????public?partial?class?_Default?:?Page
????{
????????public?void?Page_Load(object?sender?System.EventArgs?e)
????????{
????????????HttpContext.Current.RewritePath(Request.ApplicationPath);
????????????IHttpHandler?httpHandler?=?new?MvcHttpHandler();
????????????httpHandler.ProcessRequest(HttpContext.Current);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3943??2010-06-28?16:34??myMvcApp\myMvcApp\Content\Site.css
?????文件??????11526??2010-06-28?16:34??myMvcApp\myMvcApp\Controllers\AccountController.cs
?????文件???????4586??2010-07-12?11:58??myMvcApp\myMvcApp\Controllers\HomeController.cs
?????文件????????271??2010-07-01?20:02??myMvcApp\myMvcApp\Models\HelloModel.cs
?????文件???????4001??2010-07-01?16:52??myMvcApp\myMvcApp\Models\Northwind.dbml
?????文件??????23908??2010-07-01?16:52??myMvcApp\myMvcApp\Models\Northwind.designer.cs
?????文件???????2624??2010-07-01?16:52??myMvcApp\myMvcApp\Models\Northwind.dbml.layout
?????文件????????290??2010-07-06?15:35??myMvcApp\myMvcApp\Models\ProductNewViewData.cs
?????文件????????337??2010-07-07?09:47??myMvcApp\myMvcApp\Models\ProductEditViewData.cs
?????文件???????1411??2010-06-28?16:34??myMvcApp\myMvcApp\Properties\AssemblyInfo.cs
?????文件?????104759??2010-06-28?16:34??myMvcApp\myMvcApp\sc
?????文件??????56819??2010-06-28?16:34??myMvcApp\myMvcApp\sc
?????文件?????286935??2010-06-28?16:34??myMvcApp\myMvcApp\sc
?????文件??????90168??2010-06-28?16:34??myMvcApp\myMvcApp\sc
?????文件??????12051??2010-06-28?16:34??myMvcApp\myMvcApp\sc
?????文件???????4323??2010-06-28?16:34??myMvcApp\myMvcApp\sc
?????文件???????1701??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\ChangePassword.aspx
?????文件????????223??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\ChangePassword.aspx.cs
?????文件????????508??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\ChangePassword.aspx.designer.cs
?????文件????????410??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\ChangePasswordSuccess.aspx
?????文件????????230??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\ChangePasswordSuccess.aspx.cs
?????文件????????515??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\ChangePasswordSuccess.aspx.designer.cs
?????文件???????1441??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\Login.aspx
?????文件????????214??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\Login.aspx.cs
?????文件????????499??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\Login.aspx.designer.cs
?????文件???????1889??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\Register.aspx
?????文件????????217??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\Register.aspx.cs
?????文件????????502??2010-06-28?16:34??myMvcApp\myMvcApp\Views\Account\Register.aspx.designer.cs
?????文件????????358??2010-07-05?16:31??myMvcApp\myMvcApp\Views\Home\About.aspx
?????文件????????235??2010-07-05?16:25??myMvcApp\myMvcApp\Views\Home\About.aspx.cs
............此處省略63個文件信息
評論
共有 條評論