Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httpcontext

Determine the URL hostname without using HttpContext.Current?

c# asp.net httpcontext

adding header to http response in an action inside a controller in asp.net/mvc

Request.Url.GetLeftPart(UriPartial.Authority) returns http on https site

c# http https httpcontext

Can you do HtmlDecode & HtmlEncode in Silverlight?

Request.Url.Host and ApplicationPath in one call

ASP.NET MVC: HTTPContext and Dependency Injection

How does HttpContext.Current work?

asp.net httpcontext

HttpSelfHostServer and HttpContext.Current

Using MapPath from a worker thread

Need to add custom header to request in unit test

Why should I inject IHttpContextAccessor as a Singleton

What's the difference between the HttpRuntime Cache and the HttpContext Cache?

ASP.NET HttpContext.Current inside Task.Run

HttpContext.Current.User.Identity.Name is always string.Empty

How do I access HttpContext in Server-side Blazor?

cookies httpcontext blazor

HttpContext on instances of Controllers are null in ASP.net MVC

asp.net-mvc httpcontext

How can I use System.Web.Caching.Cache in a Console application?

access HttpContext.Current from WCF Web Service

wcf service httpcontext

What is the WCF equivalent of HttpContext.Current.Request.RawUrl?

HttpContext.Items with ASP.NET MVC

asp.net-mvc httpcontext