C# Class Decision.Common.Sitemap.SitemapNode

Represents a page or URL in your sitemap.
Show file Open project: rabbal/Decision

Public Methods

Method Description
SitemapNode ( string url ) : System

Initializes a new instance of the SitemapNode class.

Method Details

SitemapNode() public method

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