Skip to content

Commit

Permalink
Update Providers/ISitemapRouteProvider.cs
Browse files Browse the repository at this point in the history
Added support for over-riding content routes with custom routes. This allows certain pages to have the priority increased or decreased as required.
  • Loading branch information
mjy78 committed Feb 15, 2013
1 parent 7a5c0fd commit 1b166da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Providers/ISitemapRouteProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ namespace WebAdvanced.Sitemap.Providers {
public interface ISitemapRouteProvider : IDependency {
IEnumerable<SitemapRoute> GetDisplayRoutes();
IEnumerable<SitemapRoute> GetXmlRoutes();
int SequenceNumber { get; }
}
}

0 comments on commit 1b166da

Please sign in to comment.