Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
Перейти к файлу
N. Taylor Mullen 22c7c90b5a Add `TagHelperFactsService`.
- Add API to enable the editor to query information on the state of `TagHelper`s within a Razor document.
- Refactored methods from `TagHelperDescriptorProvider` to be in a `TagHelperDescriptorConventions` class so the language service could use them.
- Added `DefaultTagHelperFactService` tests.

#1120
2017-03-29 15:36:32 -07:00
build Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 12:06:15 -07:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources Remove old razor 2017-03-17 14:58:13 -07:00
src Add `TagHelperFactsService`. 2017-03-29 15:36:32 -07:00
test Add `TagHelperFactsService`. 2017-03-29 15:36:32 -07:00
tooling/Microsoft.VisualStudio.RazorExtension Add Mvc.Razor.Extensions to VSIX 2017-03-24 11:45:04 -07:00
.editorconfig Add .editorconfig 2017-02-24 09:54:56 -08:00
.gitattributes Updating to use Dotnet-Cli build 2016-01-12 14:53:10 -08:00
.gitignore Move Razor.Host to Razor 2017-03-22 16:10:44 -07:00
.travis.yml Switch off Travis container-based infrastructure 2017-03-21 13:39:05 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:49:45 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
NuGet.config React to aspnet/KoreBuild#155 2017-01-11 14:21:03 -08:00
NuGetPackageVerifier.json Use Version 8.0.3 of Json.Net 2017-03-20 16:31:10 -07:00
README.md ASP.NET 5 -> ASP.NET Core 2016-03-14 21:37:12 -07:00
Razor.sln Move Razor.Host to Razor 2017-03-22 16:10:44 -07:00
appveyor.yml Update appveyor and travis settings 2017-03-14 13:41:17 -07:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:14 -08:00
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:13 -08:00
version.props Upgrade to VS 2017 2016-12-16 16:04:22 -08: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.