Search code examples
Why Visual Studio is telling me to replace argument with HttpContext when I use TypedResults.NotFoun...


c#asp.net-corehttpcontextminimal-apis

Read More
How to setup Request.Header in FakeHttpContext for Unit Testing...


c#unit-testingasp.net-web-api.net-4.5httpcontext

Read More
ASP.NET Core 8 : singleton pattern with HttpContextAccessor does not work together...


.netasp.net-coresingleton.net-8.0httpcontext

Read More
.NET 8 Middleware Unexpectedly Changes Status Code to 204 After _next(context)...


asp.net-coremiddlewarehttp-status-codeshttpcontextfast-endpoints

Read More
How to read request body from Middleware in NET 6 C# (WEB API)...


c#asp.net-core.net-6.0middlewarehttpcontext

Read More
How to redirect an exception that was caught by a middleware back to a controller's action metho...


c#asp.net-coreexceptionmiddlewarehttpcontext

Read More
Setting HttpContext.Current.Session in a unit test...


c#web-servicesunit-testinghttpcontext

Read More
What is the .NET Core alternative to HttpContext.Current?...


asp.net-corehttpcontext

Read More
ASP.NET - HttpResponse.WriteAsync() vs HttpResponse.Body.WriteAsync() vs HttpResponse.BodyWriter.Wri...


c#asp.nethttpresponsestreamwriterhttpcontext

Read More
Why is HttpContext.Current null?...


c#asp.netiisquartz.nethttpcontext

Read More
I am trying to create cookie while login with a user in Blazor web server app but I am bit lost...


asp.net-corecookiesblazorblazor-server-sidehttpcontext

Read More
How can I access session data in Asp.net MVC Core 7?...


asp.net-coresessionhttpcontext

Read More
Is there a way to ensure the HTTP request body can be loaded into memory for possible multiple read ...


c#asp.net-corehttprequesthttpcontextsystem.net.httpwebrequest

Read More
Read Http Request into Byte array...


c#asp.nethttpcontextsystem.web

Read More
Get the user name, using the Excel Macro that is calling an API (C#) , in the API code...


c#httpcontext

Read More
C# & ASP.NET Core 8.0 MVC: HttpContext.Session Scalability...


c#asp.net-coresessionhttpcontext.net-8.0

Read More
.NET httpContext showing null claims...


c#.netasp.net-corejwthttpcontext

Read More
What is the equivalent of UserHostAddress in ASP.NET Core?...


asp.net-corehttpcontext

Read More
Is there an equivalent to "HttpContext.Response.Write" in ASP.NET Core?...


c#asp.net-corenopcommercehttpcontext

Read More
Get the Controller Name and Method Name in ASP.NET-Core 2.2 Controller...


c#controllerhttpcontextasp.net-core-2.2

Read More
How to access HttpContext in mediatr command without installing deprecated nuget packages...


c#asp.net.net-6.0httpcontext

Read More
C# roleprovider. getallroles() method is overriding Var userdetails= HttpContext.Current.GetOwinCont...


single-sign-onowinienumerablehttpcontextroleprovider

Read More
When mocking HttpContext, SignOutAsync fails...


c#unit-testingmoqhttpcontext

Read More
Mock HttpContext.Current in Test Init Method...


c#unit-testingmockinghttpcontext

Read More
Extract common functionality from controller...


controllerasp.net-core-webapi.net-6.0httpcontext

Read More
Replace the injected HttpContext for class in application...


asp.net-coredependency-injectionasp.net-core-3.1httpcontextmediatr

Read More
HttpContext.Response.Body.Position = 0 - "Specified method is not supported" error...


c#httpresponsehttpcontext

Read More
Authentication in Blazor and HttpContext, Razor Pages/Components...


authenticationrazorblazorhttpcontext

Read More
C# ASP.NET MVC view: problem with retaining model, variable, or ViewBag data when View calls Action ...


c#asp.net-mvcsession-variablessession-statehttpcontext

Read More
How to set a value(correlationId) and make it accessible throughout a method execution (similar to a...


c#.netasp.net-core.net-corehttpcontext

Read More
BackNext