Go to file
N. Taylor Mullen c34a99e188 Update the TagHelperBinding API to use IReadOnlyList.
- Changed `Attributes` to return `IReadOnlyList<KeyValuePair<string, string>>`.
- Changed `GetBoundRules` to return `IReadOnlyList<TagMatchingRuleDescriptor>`.
- Updated tests to react to new signature.

#1510
2017-07-06 15:42:24 -07:00
build TreatWarningsAsErrors 2017-07-06 12:33:35 -07:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
…
src Update the TagHelperBinding API to use IReadOnlyList. 2017-07-06 15:42:24 -07:00
test Update the TagHelperBinding API to use IReadOnlyList. 2017-07-06 15:42:24 -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.