Skip to main content

SitemapFeature

Assembly: ServiceStack.dll
View Source
Declaration
public class SitemapFeature : IPlugin, IHasStringId, IHasId<string>

Properties

Id

View Source
Declaration
public string Id { get; set; }

SitemapIndexNamespaces

View Source
Declaration
public Dictionary<string, string> SitemapIndexNamespaces { get; set; }

UrlSetNamespaces

View Source
Declaration
public Dictionary<string, string> UrlSetNamespaces { get; set; }

AtPath

View Source
Declaration
public string AtPath { get; set; }

SitemapIndex

View Source
Declaration
public List<Sitemap> SitemapIndex { get; set; }

UrlSet

View Source
Declaration
public List<SitemapUrl> UrlSet { get; set; }

CustomXml

View Source
Declaration
public SitemapCustomXml CustomXml { get; set; }

Methods

Register(IAppHost)

View Source
Declaration
public void Register(IAppHost appHost)
Parameters
TypeName
ServiceStack.IAppHostappHost

Implements