http://www.codeplex.com/MVCContrib/Release/ProjectReleases.aspx?ReleaseId=12005

Revision: 275
- corrected some warnings/errors.
- added ViewDataExtensions. This brings the functionality of the smartbag to ViewData.
- now, we have easy adding and getting to and from ViewData. No more casting, and if you only put a single "Customer" in Viewdata using new Add() method, you just have to Get<Customer>(), and that's it.
Revision: 272
Patch 1018 By:alley Added support for Unity as IoC container.
Revision: 270
Replaced all remaining occurrences of the MVCContrib namespace with MvcContrib.
Rev 267
- the ability to use TestControllerBuilder with controllers that have constructor arguments
- associated unit test

相关文章:

  • 2021-10-21
  • 2022-12-23
  • 2021-12-15
  • 2021-11-02
  • 2022-01-26
  • 2022-03-04
  • 2022-02-18
猜你喜欢
  • 2021-07-03
  • 2021-11-23
  • 2022-12-23
  • 2021-09-22
  • 2022-01-03
  • 2021-08-25
  • 2021-12-12
相关资源
相似解决方案