Search code examples
How to unit test GetRouteValue in RoutingFeature inside HttpContext?...


c#asp.net-coreasp.net-core-webapihttpcontext

Read More
Using HttpContext.GetTokenAsync in C# Unit Tests...


c#unit-testingmoqxunithttpcontext

Read More
How can I access session data in ASP.NET Core 7 MVC?...


sessionasp.net-core-mvchttpcontext

Read More
HttpContextToken always false while using HttpInterceptorFn...


angularangular-httpclienthttpcontextangular-http-interceptorsangular-httpclient-interceptors

Read More
Trying to Access HttpContext in ActionFilterAttribute...


asp.net-core.net-corehttpcontextclaims

Read More
Access to HttpContext via static class works "correctly" with different requests...


c#asp.net-corehttpcontextstatic-classes

Read More
Is it safe to access a request's HttpContext inside of a custom AuthenticationStateProvider in a...


asp.net-coreblazorhttpcontext

Read More
Blazor (Interactive server) cookie authentication: user identity is lost after LocalRedirect from Ra...


asp.net-coreauthenticationcookiesblazor-server-sidehttpcontext

Read More
How to pass the current URL to SignalR Hub in .NET Core when using WebSockets?...


angularasp.net-corewebsocketsignalrhttpcontext

Read More
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
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
BackNext