11 lines
262 B
C#
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
|
|
{ }
|
|
} |