C# Class FluentSitemap.Core.Sitemap

Inheritance: ISitemap
Show file Open project: khalidabuhakmeh/FluentSitemap

Public Methods

Method Description
Save ( string path ) : void

Save the SiteMapConfigurator to the filesystem

Xml ( ) : System.Xml.Linq.XDocument

Return a xml document of the SiteMapConfigurator

Private Methods

Method Description
Sitemap ( IEnumerable nodes, System.Web.HttpContextBase context ) : System

Method Details

Save() public method

Save the SiteMapConfigurator to the filesystem
public Save ( string path ) : void
path string The file path, can be relative or absolute
return void

Xml() public method

Return a xml document of the SiteMapConfigurator
public Xml ( ) : System.Xml.Linq.XDocument
return System.Xml.Linq.XDocument