How do I use a web.config key in the controller?

0

In my web.config I have the following key:

<appSettings>
    <add key="teste" value="teste"/>
<appSettings>

What do I need to do to use this key in my controller?

    
asked by anonymous 02.04.2018 / 16:46

0 answers