Toggle side menu
Toggle side menu
Blog
Documentation
Recipes
Modules
Shortcodes
API
DirectiveValue
Class
Summary
Represents the use of a directive.
Assembly
Wyam
.Configuration
.dll
Namespace
Wyam
.Configuration
.Preprocessing
Base Types
Object
DirectiveValue
Object
Syntax
public
class
DirectiveValue
Constructors
Name
Summary
DirectiveValue
(int,
string,
string)
DirectiveValue
(string,
string)
Properties
Name
Value
Summary
Line
Nullable
<int>
Gets the line where the directive was specified (or
null
if created outside the configuration file).
Name
string
Gets the directive name.
Value
string
Gets the directive value.
GitHub