Sitemap
Assembly: ServiceStack.dll
View Source
Declaration
public class Sitemap
Properties
AtPath
View Source
Declaration
public string AtPath { get; set; }
Location
View Source
Declaration
public string Location { get; set; }
LastModified
View Source
Declaration
public DateTime? LastModified { get; set; }
UrlSet
View Source
Declaration
public List<SitemapUrl> UrlSet { get; set; }
CustomXml
View Source
Declaration
public string CustomXml { get; set; }