I want to access the "BaseURL" key value in my user defined class instead of controller. Please help me how to do the same
Below is My AppSettings.json
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
},
"BaseURL": "http://192.168.0.72/mehcrm/CMS/public/api/v1/"`
}
Need your assistance.