aspnetcore/test/WebSites/HtmlGenerationWebSite
Ryan Nowak a23307e2b1 Check for properties that can't befound
If you give ModelExpressionProvider a lambda with a private property
you'll end up here. This wasn't common before, but it seems like users
are more likely to try it with pages.

Model Metadata and Model Binding don't handle private properties, so
supporting it in Model Expressions seems less than useful.

This isn't a breaking change because this case would have resulted in a
null-ref. Addresses #6400
2017-07-04 13:26:17 -07:00
..
Areas/Customer/Controllers
Components
Controllers Check for properties that can't befound 2017-07-04 13:26:17 -07:00
Models Check for properties that can't befound 2017-07-04 13:26:17 -07:00
Views Check for properties that can't befound 2017-07-04 13:26:17 -07:00
wwwroot
HtmlGenerationWebSite.csproj
ISignalTokenProviderService.cs
ProductsService.cs
SignalTokenProviderService.cs
Startup.cs
appRoot.css
appRoot.js
readme.md

readme.md

HtmlGenerationWebSite

This web site illustrates how to use MVC HTML and tag helpers.