Preprocessor Class

Assembly
Wyam.Configuration.dll
Namespace
Wyam.Configuration.Preprocessing
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IPreprocessor"] click Interface0 "/api/Wyam.Configuration.Preprocessing/IPreprocessor" Type["Preprocessor"] class Type type-node

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