Using appSettings custom properties in controller partials

Hi @gabe,

You can try one of the following:

  1. Add a new constructor with the required parameter and make it invoke the generated one via this(...)
  2. Use runtime dependency injection.

The second is guaranteed to work. Haven't tested the first but is definitely cleaner (if it works).