C# 클래스 FluentSitemap.Core.Sitemap

상속: ISitemap
파일 보기 프로젝트 열기: khalidabuhakmeh/FluentSitemap

공개 메소드들

메소드 설명
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