IRenderHook

Represents a render hook.

Represents a render hook.

Methods

public IEnumerable<IRenderable> Process(RenderOptions options, IEnumerable<IRenderable> renderables)

Processes the specified renderables.

Parameters:

options (RenderOptions)
The render options.
renderables (IEnumerable<IRenderable>)
The renderables to process.

Returns:

The processed renderables.