add sitemap generator which outputs all public pages and also includes an ISitemap interface for modules

This commit is contained in:
Shaun Walker
2023-02-20 08:35:46 -05:00
parent d1d00e6c98
commit 8c6c66fb11
7 changed files with 160 additions and 8 deletions

View File

@ -1,10 +1,10 @@
using Oqtane.Models;
using Oqtane.Models;
namespace Oqtane.Modules
{
public interface IPortable
{
// You Must Set The "ServerAssemblyName" In Your IModule Interface
// You Must Set The "ServerManagerType" In Your IModule Interface
string ExportModule(Module module);