FruitBank/Libraries/Nop.Core/Infrastructure/NopInfrastructureDefaults.cs

13 lines
359 B
C#

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