开发者

Installing MVC3 Futures

The MVC3 page at codeplex has a download for MVCFutures but no instructions for installation. Is Futures automatically included in the stand开发者_高级运维ard MVC3 RC2 install or does it required separate steps?


or you can run a simple line [PM> Install-Package Mvc3Futures] on Package Manager Console check this link for more information. http://nuget.org/packages/Mvc3Futures


It requires manual installation - reference the .DLLs and scripts in your projects if you want to make use of them. If you want to use the Display and Editor templates, simply add those folders under the /Views/Shared directory and the EditorFor DisplayFor scaffolding methods will automatically use them depending upon the data type and data annotations of your model fields.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜