Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httpcontext

How could I access the ViewState of the current page using HttpContext?

viewstate httpcontext

.net core HttpContext null inside async Task.Run

Get ActionResult of another controller-action?

Unit Test Controller with PerWebRequest LifeStyle dependency

Get the Url of the website we are calling from

asp.net-mvc url httpcontext

Is it good practice to inherit from ControllerBase in Web API .NET Core 2.2?

Access TextBox value of an ASP.NET page from C# class

asp.net httpcontext

Object Reference not set in GetRouteData (System.Web.Routing)

When does HttpContext.AllErrors contain more than one exception?

HttpContext.Request.Browser.Browser detects Edge as Chrome

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

Why Visual Studio is telling me to replace argument with HttpContext when I use TypedResults.NotFound?

How do I get the current HttpContext from a HttpActionExecutedContext

Problem with TempData and Faked HttpContext using ASP.NET MVC

HttpContext Class and its Thread Safety

HttpContext.Current.User.Identity.Name is null

How to read URI Parameters using HttpContextAccessor in ASP.NET Core