C# Класс FluentSitemap.Core.Sitemap

Наследование: ISitemap
Показать файл Открыть проект

Открытые методы

Метод Описание
Save ( string path ) : void

Save the SiteMapConfigurator to the filesystem

Xml ( ) : System.Xml.Linq.XDocument

Return a xml document of the SiteMapConfigurator

Приватные методы

Метод Описание
Sitemap ( IEnumerable nodes, System.Web.HttpContextBase context ) : System

Описание методов

Save() публичный Метод

Save the SiteMapConfigurator to the filesystem
public Save ( string path ) : void
path string The file path, can be relative or absolute
Результат void

Xml() публичный Метод

Return a xml document of the SiteMapConfigurator
public Xml ( ) : System.Xml.Linq.XDocument
Результат System.Xml.Linq.XDocument