[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
NTaylorMullen 2005c3cd85 Add ModelExpression code generation.
- Sealed the ModelExpression.
- We use the stringified version of the ModelExpression type name to detect ModelExpression properties on TagHelpers. This is so the MvcRazorHost can work in tooling and in runtime.
- Created a GeneratedTagHelperAttributeContext to represent the specific stringified versions of the ModelExpression assets.
- Created an MvcTagHelperAttributeValueCodeRenderer to modify rendering of ModelExpression properties.

#1241
2014-10-09 22:47:25 -07:00
samples/MvcSample.Web React to UsePerRequestServices 2014-10-09 14:17:04 -07:00
src Add ModelExpression code generation. 2014-10-09 22:47:25 -07:00
test Add unit tests to controller properties 2014-10-09 18:18:03 -07:00
.gitattributes Initial commit. 2013-12-12 08:47:22 -08:00
.gitignore Updating kproj file to match tooling changes 2014-05-18 20:13:56 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2014-05-13 01:02:45 -07:00
LICENSE.txt Create LICENSE.txt 2014-05-08 16:33:03 -07:00
Mvc.NoFun.sln Split FunctionalTests from Mvc solution. 2014-10-09 12:18:30 -07:00
Mvc.sln Fixing a bad merge on Mvc.sln 2014-10-09 19:13:29 -07:00
NuGet.Config Updating dev NuGet.config 2014-09-17 09:58:57 -07:00
README.md Update README.md 2014-05-12 16:43:11 -07:00
Settings.StyleCop setting line length to 120 to match our guidelines 2014-06-06 11:09:10 -07:00
build.cmd Updated build.cmd 2014-09-05 01:50:09 -07:00
build.sh Updating build.sh to latest 2014-10-01 11:10:15 -07:00
global.json * Updating path to functional test file and functional test references to 2014-10-06 10:30:26 -07:00
makefile.shade Test for XML documentation errors 2014-08-11 16:23:18 -07:00

README.md

ASP.NET MVC

ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and gives you full control over markup for enjoyable, agile development. ASP.NET MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.

ASP.NET MVC in ASP.NET vNext includes support for building web pages and HTTP services in a single aligned framework that can be hosted in IIS or self-hosted in your own process.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.