DataWeb
Search Results for

    Show / Hide Table of Contents

    Class SiteMap

    Represents the structure of a site map.

    Inheritance
    object
    SiteMap
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In this article
    Back to top Generated by DocFX