Class SiteMap
Represents the structure of a site map.
Inherited Members
Namespace: DataWeb.App
Assembly: DataWeb.Core.dll
Syntax
public sealed class SiteMap
Constructors
SiteMap()
Initializes a new instance of the SiteMap class.
Declaration
public SiteMap()
Properties
Indexes
Gets or sets the list of site map indexes.
Declaration
public List<SiteMap.SiteMapIndex> Indexes { get; set; }
Property Value
Type | Description |
---|---|
List<SiteMap.SiteMapIndex> |
Urls
Gets or sets the list of site map URLs.
Declaration
public List<SiteMap.SiteMapUrl> Urls { get; set; }
Property Value
Type | Description |
---|---|
List<SiteMap.SiteMapUrl> |
Methods
Serialize()
Serializes the site map into an XML string.
Declaration
public string Serialize()
Returns
Type | Description |
---|---|
string | The serialized XML string representation of the site map. |