aspnetcore/src/Microsoft.AspNetCore.Mvc.Vi.../Internal
Doug Bunting ee2cfa1963 Merge remote-tracking branch 'origin/release' into dev 2016-04-13 16:04:14 -07:00
..
AutoValidateAntiforgeryTokenAuthorizationFilter.cs [Fixes #3979] AuthorizationContext conflicts with type in Microsoft.AspNet.Authorization 2016-01-26 16:27:40 -08:00
CachedExpressionCompiler.cs
DefaultDisplayTemplates.cs SetContent->SetHtmlContent 2016-03-25 12:09:07 -07:00
DefaultEditorTemplates.cs SetContent->SetHtmlContent 2016-03-25 12:09:07 -07:00
DynamicViewData.cs
ExpressionHelper.cs [Perf] Rewrite ExpressionHelper.GetExpressionText using StringBuilder 2016-03-31 11:26:37 -07:00
ExpressionMetadataProvider.cs
ExpressionTextCache.cs Cache Member Access Expression Text to avoid ExpressionHelper.GetExpressionText 2016-03-25 09:12:02 -07:00
HtmlAttributePropertyHelper.cs
IViewBufferScope.cs Implement MoveTo semantics in Mvc 2016-03-04 07:54:31 -08:00
MemoryPoolViewBufferScope.cs Always clear buffers returned to the memory pool 2016-03-30 16:12:30 -07:00
MvcViewFeaturesDiagnosticSourceExtensions.cs
MvcViewFeaturesLoggerExtensions.cs React to logging changes 2016-04-01 12:00:33 -07:00
MvcViewOptionsSetup.cs
NullView.cs Remove using Task.FromResult where possible 2016-04-06 16:06:45 -07:00
PagedBufferedTextWriter.cs Null-check PagedBufferedStringWriter 2016-04-01 11:50:46 -07:00
PartialViewResultExecutor.cs
SaveTempDataFilter.cs Complete the doc comments for filters 2016-04-13 16:01:30 -07:00
TempDataMvcOptionsSetup.cs
ValidateAntiforgeryTokenAuthorizationFilter.cs [Fixes #3979] AuthorizationContext conflicts with type in Microsoft.AspNet.Authorization 2016-01-26 16:27:40 -08:00
ValidationHelpers.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
ViewBuffer.cs Implement MoveTo semantics in Mvc 2016-03-04 07:54:31 -08:00
ViewBufferPage.cs Improve buffering of Razor output in MVC 2016-01-25 12:40:52 -08:00
ViewBufferTextWriter.cs Implement MoveTo semantics in Mvc 2016-03-04 07:54:31 -08:00
ViewBufferValue.cs Enabled xml doc generation 2016-02-24 12:19:46 -08:00
ViewResultExecutor.cs