C# Class FluentSitemap.Core.Sitemap

Inheritance: ISitemap
Afficher le fichier Open project: khalidabuhakmeh/FluentSitemap

Méthodes publiques

Méthode 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

Méthode Description
Sitemap ( IEnumerable nodes, System.Web.HttpContextBase context ) : System

Method Details

Save() public méthode

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

Xml() public méthode

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