C# Class SimpleMvcSitemap.SitemapIndexNode

Afficher le fichier Open project: uhaciogullari/SimpleMvcSitemap Class Usage Examples

Private Properties

Свойство Type Description
SitemapIndexNode System

Méthodes publiques

Méthode 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

Méthode Description
SitemapIndexNode ( ) : System

Method Details

ShouldSerializeLastModificationDate() public méthode

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

SitemapIndexNode() public méthode

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