aspnetcore/src/Microsoft.AspNetCore.Mvc.Vi...
Javier Calvarro Nelson 17a407bba2 [Fixes #7271] Support covariant casting of ViewDataDictionary<T>
On HtmlHelper<T> we now support contextualizing an instance of
HtmlHelper<TBase> with a ViewDataDictionary<TDerived> in
ViewContext.ViewData.

This can happen in some situations when the model for a RazorPage has
been changed using a page application model convention.

In these cases we just build a new ViewDataDictionary<TBase> and pass in
the TDerived model as an instance.
2018-01-23 17:31:03 -08:00
..
DependencyInjection Design extensibility for executors 2017-09-22 10:32:55 -07:00
Internal [Fixes #7115] Update property type check in SaveTempDataPropertyFilterBase to match TempDataSerializer requirements 2018-01-10 15:08:01 -08:00
Properties [Fixes #7115] Update property type check in SaveTempDataPropertyFilterBase to match TempDataSerializer requirements 2018-01-10 15:08:01 -08:00
Rendering Add missing `RenderPartial(...)` overload 2018-01-05 11:27:54 -08:00
ViewComponents House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
ViewEngines Add a <partial /> tag helper 2017-11-30 17:08:47 -08:00
ViewFeatures [Fixes #7271] Support covariant casting of ViewDataDictionary<T> 2018-01-23 17:31:03 -08:00
AutoValidateAntiforgeryTokenAttribute.cs
Controller.cs Add a <partial /> tag helper 2017-11-30 17:08:47 -08:00
CookieTempDataProviderOptions.cs Changed CookieTempDataProvider's cookie SameSite to Lax 2018-01-12 06:20:10 -08:00
IViewComponentHelper.cs
IViewComponentResult.cs
IViewContextAware.cs
IgnoreAntiforgeryTokenAttribute.cs
Microsoft.AspNetCore.Mvc.ViewFeatures.csproj Pin tool and package versions to make builds more repeatable (#7013) 2017-10-31 19:18:14 -07:00
ModelStateDictionaryExtensions.cs
MvcViewOptions.cs
PartialViewResult.cs Add a <partial /> tag helper 2017-11-30 17:08:47 -08:00
RemoteAttribute.cs
Resources.resx [Fixes #7115] Update property type check in SaveTempDataPropertyFilterBase to match TempDataSerializer requirements 2018-01-10 15:08:01 -08:00
SkipStatusCodePagesAttribute.cs
TempDataAttribute.cs House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
ValidateAntiForgeryTokenAttribute.cs
ViewComponent.cs
ViewComponentAttribute.cs
ViewComponentResult.cs Design extensibility for executors 2017-09-22 10:32:55 -07:00
ViewResult.cs Add a <partial /> tag helper 2017-11-30 17:08:47 -08:00
baseline.netcore.json Add MVC 2.0 baselines 2017-09-25 13:01:21 -07:00
breakingchanges.netcore.json Move `IHttpRequestStreamReaderFactory` from `.Internal` to `.Infrastructure` 2018-01-09 10:51:09 -08:00