RedirectsSettings Class

Summary

Settings for the Wyam.Web.Pipelines.Redirects pipeline.
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["RedirectsSettings"] class Type type-node

Syntax

public class RedirectsSettings

Properties

Name Value Summary
MetaRefreshRedirects ContextConfig
A delegate specifying whether META-REFRESH redirects should be generated.
NetlifyRedirects ContextConfig
A delegate specifying whether Netlify-style redirects file should be generated.
Pipelines string[]
The name of pipelines for which redirects should be calculated.
GitHub