VibrantRouter.After

Adds a filter to the given path which is called after the handler.

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

Parameters

path string

The path that this filter is specific to.

callback VoidCallback

The filter that handles the event.

Meta