Method | Description | |
---|---|---|
SitemapItem ( string url, System.DateTime lastModified = null, SitemapChangeFrequency changeFrequency = null, double priority = null ) : System |
Constructs instance of SitemapItem
|
public SitemapItem ( string url, System.DateTime lastModified = null, SitemapChangeFrequency changeFrequency = null, double priority = null ) : System | ||
url | string | URL of the page |
lastModified | System.DateTime | The date of last modification of the file |
changeFrequency | SitemapChangeFrequency | How frequently the page is likely to change |
priority | double | The priority of this URL relative to other URLs on your site |
return | System |