Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in httpcontext

How to get HttpRequest body in .net core?

How to modify HttpContext.Request.Form in asp.net core

c# asp.net-core httpcontext

In MVC3, how to get the current controller name?

get application url from current request

Can we use Response.Flush () instead of Response.End()

System.Web.HttpContext vs System.Web.MVC.HttpContext

c# asp.net-mvc httpcontext

Entity Framework Object Context in ASP.NET Session object?

Issue with HttpContext.Current.User.Identity.Name

Retrieving HttpContext in a Custom NLog Target

c# logging nlog httpcontext

How do I Resolve an application URL from a background thread in ASP.NET MVC?

Passing HttpContext.Current.User.Identity to WCF

HttpContext.Current.User.Identity.Name Returns wrong user name

asp.net httpcontext

Add HttpContext into HangFire

httpcontext hangfire

ASP.NET MVC - Unit testing, mocking HttpContext without using any mock framework

Entity Framework: Storing Entities without saving to Database

How to pass HttpContext.Current to methods called using Parallel.Invoke() in .net