Using Global Settings
If you want to get access to Global Settings and use it within a page or custom section. You can get the settings like so.
var globalSettings = await Mediator.GetGlobalSettings();
Last updated
If you want to get access to Global Settings and use it within a page or custom section. You can get the settings like so.
var globalSettings = await Mediator.GetGlobalSettings();
Last updated