PagesSettings.

PagesPattern Property

Summary

A delegate that should return a string with the glob to pages. If null, a default globbing pattern of "**" is used. This should match one or more directories.
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Containing Type
PagesSettings

Syntax

public ContextConfig PagesPattern { get; set; }

Value

Type Description
ContextConfig
GitHub