Go to file
N. Taylor Mullen 0fa79818e1 Add DisplayName to RequiredAttributeDescriptor.
- When `RequiredAttributeDescriptor`s are displayed in an editor their display name differs based on their name comparison mode. If their name comparison mode happens to be a prefix match then we need to append three dots to indicate that it's a required prefix for an attribute.
- Added a new descriptor builder test to validate `DisplayName` is created correctly.

#1119
2017-03-24 11:07:52 -07:00
build Change compilation targets. 2017-03-24 07:49:34 -07:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Add DisplayName to RequiredAttributeDescriptor. 2017-03-24 11:07:52 -07:00
test Add DisplayName to RequiredAttributeDescriptor. 2017-03-24 11:07:52 -07:00
tooling/Microsoft.VisualStudio.RazorExtension
.editorconfig
.gitattributes
.gitignore Move Razor.Host to Razor 2017-03-22 16:10:44 -07:00
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln Move Razor.Host to Razor 2017-03-22 16:10:44 -07:00
appveyor.yml
build.cmd
build.ps1
build.sh
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.