2016-02-16 15:07:42 +01:00
|
|
|
namespace Umbraco.Web
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Used to retrieve the HttpContext
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
|
|
|
|
/// NOTE: This has a singleton lifespan
|
|
|
|
|
/// </remarks>
|
2017-02-17 13:08:47 +01:00
|
|
|
public interface IHttpContextAccessor : Core.IHttpContextAccessor
|
|
|
|
|
{ }
|
2016-02-16 15:07:42 +01:00
|
|
|
}
|