IConfig Interface
Namespace
Statiq.Common
Interfaces
Implementing Types
graph BT Type-.->Interface0["IMetadataValue"] click Interface0 "/api/Statiq.Common/IMetadataValue" Type["IConfig"] class Type type-node Implementing0["Config<TValue>"]-.->Type click Implementing0 "/api/Statiq.Common/Config_1"

Syntax

public interface IConfig : IMetadataValue

Properties

Name Property Type Summary
RequiresDocument bool

Methods

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

Extension Methods