C# Class SimpleMvcSitemap.SitemapIndexModel

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

Private Properties

Property Type Description
SitemapIndexModel System.Collections.Generic

Public Methods

Method Description
SitemapIndexModel ( List nodes ) : System.Collections.Generic

Initializes a new instance of the SitemapIndexModel class.

Private Methods

Method Description
SitemapIndexModel ( ) : System.Collections.Generic

Method Details

SitemapIndexModel() public method

Initializes a new instance of the SitemapIndexModel class.
public SitemapIndexModel ( List nodes ) : System.Collections.Generic
nodes List The sitemap index nodes.
return System.Collections.Generic