C# 클래스 Decision.Common.Sitemap.SitemapNode

Represents a page or URL in your sitemap.
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
SitemapNode ( string url ) : System

Initializes a new instance of the SitemapNode class.

메소드 상세

SitemapNode() 공개 메소드

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