C# Class SimpleMvcSitemap.SitemapIndexNode

Datei anzeigen Open project: uhaciogullari/SimpleMvcSitemap Class Usage Examples

Private Properties

Property Type Description
SitemapIndexNode System

Public Methods

Method Description
ShouldSerializeLastModificationDate ( ) : bool

Provides the base URL for converting relative URLs to absolute ones

SitemapIndexNode ( string url ) : System

Initializes a new instance of the SitemapIndexNode class.

Private Methods

Method Description
SitemapIndexNode ( ) : System

Method Details

ShouldSerializeLastModificationDate() public method

Provides the base URL for converting relative URLs to absolute ones
public ShouldSerializeLastModificationDate ( ) : bool
return bool

SitemapIndexNode() public method

Initializes a new instance of the SitemapIndexNode class.
public SitemapIndexNode ( string url ) : System
url string The URL.
return System