namespace Nop.Core.Infrastructure; /// /// Represents default values related to core infrastructure /// public static partial class NopInfrastructureDefaults { //TODO: delete unused property /// /// Gets a path to the web config file /// public static string WebConfigPath => "~/web.config"; }