Go to file
Pranav K eb2b58188a Updating to dev versions
# Conflicts:
#	test/Microsoft.AspNetCore.Razor.Test/project.json
2016-06-16 10:41:31 -07:00
src Updating to dev versions 2016-06-16 10:41:31 -07:00
test Updating to dev versions 2016-06-16 10:41:31 -07:00
tools
.gitattributes
.gitignore Fix TagHelper directive tests to fail when expected. 2016-05-18 11:05:55 -07:00
.travis.yml Fix OSX build on Travis. 2016-05-27 11:31:13 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Updating to release. 2016-06-14 16:22:33 -07:00
NuGetPackageVerifier.json
README.md
Razor.sln React to `HtmlEncodedString` rename to `HtmlString`. 2016-05-17 12:13:26 -07:00
appveyor.yml
build.cmd
build.ps1 Updating to release. 2016-06-14 16:22:33 -07:00
build.sh Updating to release. 2016-06-14 16:22:33 -07:00
global.json

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.