PagesSettings.

IgnorePaths Property

Summary

A delegate that should return a string or IEnumerable<string> with patterns for folders and files to ignore. If the delegate is null, no paths will be ignored.
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Containing Type
PagesSettings

Syntax

public ContextConfig IgnorePaths { get; set; }

Value

Type Description
ContextConfig
GitHub