aspnetcore/src
Doug Bunting 8babf2b380 Change in-box tag helpers to use `DefaultFrameworkSortOrder`
- #2905
- override `Order` implementation inherited from `TagHelper`
- only exception is `UrlResolutionTagHelper` which already overrides `Order` to execute much earlier
2015-08-22 15:32:02 -07:00
..
Microsoft.AspNet.JsonPatch
Microsoft.AspNet.Mvc
Microsoft.AspNet.Mvc.Abstractions Make IValueProvider sync, IValueProviderFactory async 2015-08-21 14:58:55 -07:00
Microsoft.AspNet.Mvc.ApiExplorer
Microsoft.AspNet.Mvc.Core Make IValueProvider sync, IValueProviderFactory async 2015-08-21 14:58:55 -07:00
Microsoft.AspNet.Mvc.Cors
Microsoft.AspNet.Mvc.DataAnnotations
Microsoft.AspNet.Mvc.Formatters.Json
Microsoft.AspNet.Mvc.Formatters.Xml
Microsoft.AspNet.Mvc.Localization Refactor ICompilerCache to be instantiated via ICompilerCacheProvider 2015-08-20 10:54:32 -07:00
Microsoft.AspNet.Mvc.Razor Refactor ICompilerCache to be instantiated via ICompilerCacheProvider 2015-08-20 10:54:32 -07:00
Microsoft.AspNet.Mvc.Razor.Host Expose locations of `_ViewImports.cshtml` that affect a given Razor file. 2015-08-19 12:12:52 -07:00
Microsoft.AspNet.Mvc.TagHelpers Change in-box tag helpers to use `DefaultFrameworkSortOrder` 2015-08-22 15:32:02 -07:00
Microsoft.AspNet.Mvc.ViewFeatures Make ValueProviderResult a string-ish struct 2015-08-21 11:02:40 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShim
Microsoft.AspNet.PageExecutionInstrumentation.Interfaces