ba97598044
- Introduced IUserAgentProvider, instead of using HttpContext directly - Introduced IUmbracoApplicationLifetime, instead of using UmbracoApplication directly - Introduced IMachineKeyConfig instead of using WebConfigurationManager directly - Move information about dbProvider to the SqlSyntax - Moved install steps
8 lines
127 B
C#
8 lines
127 B
C#
namespace Umbraco.Core.Configuration
|
|
{
|
|
public interface IMachineKeyConfig
|
|
{
|
|
bool HasMachineKey { get;}
|
|
}
|
|
}
|