VibrantRouter.After

Adds a filter to all paths which is called after the handler.

  1. void After(VoidCallback callback)
    class VibrantRouter(bool GenerateAll = false)
  2. void After(string path, VoidCallback callback)

Parameters

callback VoidCallback

The filter that handles the event.

Meta