Summary
Lazily loads a metadata value. This method will be called
for each request and the return object will
be processed like any other metadata value. The implementation
of this method must be thread-safe.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Meta - Containing Type
- Delegate
Metadata Value
Syntax
public virtual Object Get(IMetadata metadata)
Parameters
Name | Type | Description |
---|---|---|
metadata | IMetadata | The metadata object requesting the value. |
Return Value
Type | Description |
---|---|
Object | The object to use as the value. |