Skip to content

IPostProcessor

A Token that can post-process the complete resolved value, after resolve() has recursed over it.

Methods

Name Description
PostProcess Process the completely resolved value, after full recursion/resolution has happened.

PostProcess

private object PostProcess(object Input, IResolveContext Context)

Process the completely resolved value, after full recursion/resolution has happened.

InputRequired

  • Type: object

ContextRequired