Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FirelyTeam/firely-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wardweistra committed Jan 15, 2021
2 parents f0398c9 + 69fba74 commit 026d3cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ VonkAppBuilder extension methods

.. function:: PostHandleAsyncWith<TService>(this VonkAppBuilder app, Expression<Func<TService, IVonkContext, T.Task>> postHandler) -> IApplicationBuilder

Mark the ``postHandler`` method as a posthandler, so it will pass on the IVonkContext to the rest of the pipeline, and on the way back through the pipeline inspect or modify the response.
Mark the ``postHandler`` method as a posthandler, so it will pass on the IVonkContext to the rest of the pipeline, and on the way back through the pipeline inspect or modify the response. Make sure that the ``VonkConfiguration`` order you have for this is lower than whatever action you need to post-handle.

.. function:: PostHandleWith<TService>(this VonkAppBuilder app, Expression<Action<TService, IVonkContext>> postHandler) -> IApplicationBuilder

Expand Down

0 comments on commit 026d3cd

Please sign in to comment.