SitemapItem.

SitemapItem(string) Constructor

Summary

Creates a new sitemap item at the specified location.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Modules.Contents
Containing Type
SitemapItem

Syntax

public SitemapItem(string location)

Parameters

Name Type Description
location string The location of the sitemap item.

Return Value

Type Description
void
GitHub