C# Class Decision.Common.Sitemap.SitemapNode

Represents a page or URL in your sitemap.
Afficher le fichier Open project: rabbal/Decision

Méthodes publiques

Méthode Description
SitemapNode ( string url ) : System

Initializes a new instance of the SitemapNode class.

Method Details

SitemapNode() public méthode

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