add sitemap generator which outputs all public pages and also includes an ISitemap interface for modules
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user