ASP.NET 4 風雲之旅系列之ASP.NET MVC 2的新特性

來源:互聯網
上載者:User

ASP.NET MVC 2的概況
ASP.NET MVC 2是ASP.NET MVC的新版本,增加了不少新特性,並提高了效能
MVC 2可與MVC 1安裝並運行在一台機器上,而不互相干擾
MVC 2目前的最新版本是RC2版
MVC 2 RC2 For VS2008是獨立的安裝包,VS2010 RC版內建了MVC 2 RC2
至少需要.NET 3.5的支援
部分預設的Controller和View模版發生了變化

ASP.NET MVC 2 RC2的新特性
更好的關注點分離
 Html.RenderAction()
 Areas
簡易的驗證機制
 Data Annotations
 用戶端驗證
改善的Helper
 強型別的Helpers
 模版化的Helpers

Html.RenderAction
Html.RenderPartial()
直接渲染UI
Html.RenderAction
調用Controller中的Action來渲染UI

Areas
使得一個項目中的不同功能之間能夠明確區分
AreaRegistration.RegisterAllAreas();

驗證
Model驗證提供者
 Data Annotation(預設)
 Enterprise Library
 XML
 ...
用戶端驗證

強型別的HTML Helpers
 Html.TextBoxFor()
 Html.TextAreaFor()
 Html.ValidationMessageFor()
 ....

模版化的Helpers
 用於顯示的Helper方法
  Html.Display()
  Html.DisplayFor()
  Html.DisplayForModel()
 用於編輯的Helper方法
  Html.Editor()
  Html.EditorFor()
  Html.EditorForModel()

其它特性
 包含了Jquery 1.4.1
 Controller以及View對應T4模版的一些變化
 JsonResult
 HttpPost,HttpGet...
 非同步Controller

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.