resolves types from the assembly that was loaded, removes unused references, adds notes

This commit is contained in:
Shannon
2020-05-08 16:35:37 +10:00
parent 6a078ee09e
commit d899e050fe
5 changed files with 15 additions and 19 deletions

View File

@@ -11,6 +11,7 @@ namespace Umbraco.Web
event EventHandler<RoutableAttemptEventArgs> RouteAttempt;
Uri GetRequestUrl();
// TODO: Not sure this belongs here but we can leave it for now
Uri GetApplicationUrl();
}
}