Go to file
N. Taylor Mullen 7a2f89b5de Add assembly name filtering to GetTagHelpers calls.
- Updated the Razor extension to properly discover all assembly names available to a project and use those as a TagHelper filter.

#1022
2017-02-17 14:54:06 -08:00
build Re-enable netcoreapp1.1 tests (part 2) 2017-02-16 15:29:31 -08:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Add assembly name filtering to GetTagHelpers calls. 2017-02-17 14:54:06 -08:00
test Introducing RazorIRToken 2017-02-17 11:22:53 -08:00
tooling/Microsoft.VisualStudio.RazorExtension Add assembly name filtering to GetTagHelpers calls. 2017-02-17 14:54:06 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln Updating VS version 2017-02-16 14:09:12 -08:00
appveyor.yml
build.cmd
build.ps1
build.sh
makefile.shade
version.props

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.