Preprocessor Class

Assembly
Wyam.Configuration.dll
Namespace
Wyam.Configuration.Preprocessing
Interfaces
Base Types
  • Object
Preprocessor
Object

Syntax

public class Preprocessor : IPreprocessor

Properties

Name Value Summary
Directives IEnumerable<IDirective>
Values IReadOnlyList<DirectiveValue>
Gets the current directive values.

Methods

Name Value Summary
AddValue(DirectiveValue) void
Adds values that will be persistent from one configuration to the next.
ContainsDirective(string) bool
GitHub