IConfig Interface
Namespace
Statiq.Common
Interfaces
Implementing Types
IConfig
IMetadataValue
Config<TValue>

Syntax

public interface IConfig : IMetadataValue

Properties

Name Property Type Summary
RequiresDocument bool

Methods

Name Return Value Summary
GetValueAsync(IDocument, IExecutionContext) Task<object>

Extension Methods