HttpModules able to get injection. UmbracoModule + rest (if implemented) gets dependencies injected through ContainerUmbracoModule.

This commit is contained in:
Lars-Erik Aabech
2018-06-12 23:12:44 +02:00
parent e4fafd55c8
commit 4c201bcaaa
3 changed files with 81 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ namespace Umbraco.Web.Routing
{
// fixme - make this public
// fixme - making sense to have an interface?
internal class PublishedRouter
public class PublishedRouter
{
private readonly IWebRoutingSection _webRoutingSection;
private readonly ContentFinderCollection _contentFinders;