routing, fix "no content" splash, fix "no template" handling, fix redirects
This commit is contained in:
@@ -9,5 +9,6 @@ namespace Umbraco.Web
|
||||
{
|
||||
IDocument GetDocumentByRoute(UmbracoContext umbracoContext, string route, bool? hideTopLevelNode = null);
|
||||
IDocument GetDocumentByUrlAlias(UmbracoContext umbracoContext, int rootNodeId, string alias);
|
||||
bool HasContent(UmbracoContext umbracoContext);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user