Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httpcontext

How to get the QueryString from an ashx file?

Using HttpContext.Current.Application to store simple data

c# asp.net-mvc httpcontext

HttpContext.Current.Session unclear behaviour boolean

How to avoid a HttpException when calling HttpContext.Request?

c# asp.net httpcontext

How to mock HttpContext.User

Storing data in HttpContext.Current.Items vs ViewData

Injecting HttpContext in Ninject 2

Unified static class between HttpContext and SignalR HubCallerContext

Unit Testing Web Services - HttpContext

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

c# httpresponse 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