C# Class SimpleMvcSitemap.SitemapNode

显示文件 Open project: uhaciogullari/SimpleMvcSitemap Class Usage Examples

Private Properties

Property Type Description
SitemapNode System

Public Methods

Method 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

Method Description
SitemapNode ( ) : System

Method Details

ShouldSerializeChangeFrequency() public method

Used for not serializing null values.
public ShouldSerializeChangeFrequency ( ) : bool
return bool

ShouldSerializeLastModificationDate() public method

Used for not serializing null values.
public ShouldSerializeLastModificationDate ( ) : bool
return bool

ShouldSerializePriority() public method

Used for not serializing null values.
public ShouldSerializePriority ( ) : bool
return bool

SitemapNode() public method

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).
return System