C# Class SimpleMvcSitemap.SitemapNode

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

Private Properties

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

Méthodes publiques

Méthode Description
ShouldSerializeChangeFrequency ( ) : bool

Used for not serializing null values.

ShouldSerializeLastModificationDate ( ) : bool

Used for not serializing null values.

ShouldSerializePriority ( ) : bool

Used for not serializing null values.

SitemapNode ( string url ) : System

Creates a sitemap node

Private Methods

Méthode Description
SitemapNode ( ) : System

Method Details

ShouldSerializeChangeFrequency() public méthode

Used for not serializing null values.
public ShouldSerializeChangeFrequency ( ) : bool
Résultat bool

ShouldSerializeLastModificationDate() public méthode

Used for not serializing null values.
public ShouldSerializeLastModificationDate ( ) : bool
Résultat bool

ShouldSerializePriority() public méthode

Used for not serializing null values.
public ShouldSerializePriority ( ) : bool
Résultat bool

SitemapNode() public méthode

Creates a sitemap node
public SitemapNode ( string url ) : System
url string Specifies the URL. For images and video, specifies the landing page (aka play page).
Résultat System