Fix namespace for Clear extension.
This commit is contained in:
parent
00d5a056d9
commit
327dabb243
|
|
@ -4,7 +4,7 @@
|
||||||
using System;
|
using System;
|
||||||
using Microsoft.AspNet.Http.Features;
|
using Microsoft.AspNet.Http.Features;
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Http.Extensions
|
namespace Microsoft.AspNet.Http
|
||||||
{
|
{
|
||||||
public static class ResponseExtensions
|
public static class ResponseExtensions
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue