aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe.../ViewFeatures
Ryan Nowak 9fc3a80056 Remove IActionContextAccessor from UrlHelper
This change removes the IActionContextAccessor as a dependency of
UrlHelper, and shifts UrlHelper to use a factory pattern. Consumers of
IUrlHelper should create an instance using the factory when needed.

This is the last part of MVC that has a dependency on IActionContext
accessor. As part of this change we no longer register it by default, and
treat it as an optional component.
2015-12-02 17:09:43 -08:00
..
AttributeDictionaryTest.cs
DefaultDisplayTemplatesTest.cs
DefaultEditorTemplatesTest.cs React to Microsoft.AspNet.Html namespace rename 2015-12-02 11:15:54 -08:00
DefaultHtmlGeneratorTest.cs Remove IActionContextAccessor from UrlHelper 2015-12-02 17:09:43 -08:00
ExpressionMetadataProviderTest.cs
ModelExplorerExtensionsTest.cs
ModelExplorerTest.cs
PartialViewResultExecutorTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
SaveTempDataFilterTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
SessionStateTempDataProviderTest.cs
StringCollectionTextWriterTest.cs
StringHtmlContentTest.cs
TempDataDictionaryFactoryTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
TempDataDictionaryTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs
ViewDataOfTTest.cs
ViewExecutorTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00
ViewResultExecutorTest.cs Remove IHttpContextAccessor from TempData 2015-12-02 08:18:57 -08:00