Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

NopInfrastructureDefaults.cs

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";
}