[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Pranav K 93875f973b Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:44 -07:00
build TreatWarningsAsErrors 2017-07-06 12:33:35 -07:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Rename ParseOnlyLeadingDirectives. 2017-07-06 14:34:15 -07:00
test Rename ParseOnlyLeadingDirectives. 2017-07-06 14:34:15 -07:00
tooling/Microsoft.VisualStudio.RazorExtension
.editorconfig
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:07:34 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln
appveyor.yml
build.cmd
build.ps1
build.sh
version.props Update version suffix for 2.0.0 RTM release 2017-07-06 15:08:44 -07:00

README.md

Razor

AppVeyor: AppVeyor

Travis: Travis

The Razor syntax provides a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains the parser and the C# code generator for the Razor syntax.

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