Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

HttpContext not having support for SetFeature in ASP.Net 5 RC1

$
0
0
HttpContext not having support for SetFeature in ASP.Net 5 RC1
 public async Task Invoke(HttpContext context)
{
   //..........//
  var errorHandlerFeature = new ErrorHandlerFeature()
                    {
                        Error = ex,
                    };
                    context.SetFeature<IErrorHandlerFeature>(errorHandlerFeature);
   //..........//
}


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>