Go to file
N. Taylor Mullen e5927ddd01 Add CSS attribute selectors for `TagHelper` attributes.
- Added the ability for users to opt into CSS `TagHelper` selectors in their required attributes by surrounding the value with `[` and `]`. Added operators `^`, `$` and `=`.
- Added tests to cover code paths used when determining CSS selectors.

#684
2016-03-08 12:15:06 -08:00
src Add CSS attribute selectors for `TagHelper` attributes. 2016-03-08 12:15:06 -08:00
test Add CSS attribute selectors for `TagHelper` attributes. 2016-03-08 12:15:06 -08:00
tools
.gitattributes Updating to use Dotnet-Cli build 2016-01-12 14:53:10 -08:00
.gitignore Updating to use Dotnet-Cli build 2016-01-12 14:53:10 -08:00
.travis.yml Updating to use Dotnet-Cli build 2016-01-12 14:53:10 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json Enabled xml doc generation 2016-02-17 10:21:17 -08:00
README.md
Razor.sln Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
appveyor.yml
build.cmd Return the error code from build.cmd 2016-02-28 10:12:14 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:54:58 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:54:58 -08:00
global.json
makefile.shade

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 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.