New posts in httpcontext

How does HttpContext.Current.User.Identity.Name know which usernames exist?

How do I access HttpContext in Server-side Blazor?

HttpSelfHostServer and HttpContext.Current

Get application path without using httpcontext. (asp.net)

Request.UserHostAddress issue with return result "::1"

Why is HttpContext.Current null?

Writing to ZipArchive using the HttpContext OutputStream

accessing HttpContext.Request in a controller's constructor

HttpContext.Current.User.Identity.Name is Empty

How to get working path of a wcf application?

What is the meaning of thread-agility in ASP.Net?

Using HttpContext.Current in WebApi is dangerous because of async

Get current System.Web.UI.Page from HttpContext?

System.Web.HttpContext.Current.User.Identity.Name Vs System.Environment.UserName in ASP.NET

How to access the HttpServerUtility.MapPath method in a Thread or Timer?

Access HttpContext.Current from different threads

How do I get an HttpContext object from HttpContextBase in ASP.NET MVC 1?

Setting HttpContext.Current.Session in a unit test

How do I mock the HttpContext in ASP.NET MVC using Moq?

Mock HttpContext.Current in Test Init Method