Files
Umbraco-CMS/src/Umbraco.Web/IHttpContextAccessor.cs
2017-02-17 13:10:22 +01:00

11 lines
262 B
C#

namespace Umbraco.Web
{
/// <summary>
/// Used to retrieve the HttpContext
/// </summary>
/// <remarks>
/// NOTE: This has a singleton lifespan
/// </remarks>
public interface IHttpContextAccessor : Core.IHttpContextAccessor
{ }
}