C# Class SimpleMvcSitemap.SitemapModel

Inheritance: IXmlNamespaceProvider, IHasStyleSheets
ファイルを表示 Open project: uhaciogullari/SimpleMvcSitemap Class Usage Examples

Private Properties

Property Type Description
SitemapModel System.Collections.Generic

Public Methods

Method Description
GetNamespaces ( ) : IEnumerable
SitemapModel ( List nodes ) : System.Collections.Generic

Initializes a new instance of the SitemapModel class.

Private Methods

Method Description
SitemapModel ( ) : System.Collections.Generic

Method Details

GetNamespaces() public method

public GetNamespaces ( ) : IEnumerable
return IEnumerable

SitemapModel() public method

Initializes a new instance of the SitemapModel class.
public SitemapModel ( List nodes ) : System.Collections.Generic
nodes List Sitemap nodes.
return System.Collections.Generic