httpcontext
ControllerContext vs HttpContext in Azure
I\'m wondering if there are any implications between using ControllerContext as opposed to HttpContext, in an Azure setting. I\'ve found that HttpContext is thread static, and I\'m trying to find out[详细]
2023-03-08 13:25 分类:问答Make an http request through C# code? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Render a view as a string[详细]
2023-03-07 20:03 分类:问答HttpContextBase: Session is null
I use Windor Castle to wrap the HttpContext into a HttpContextWrapper via a factory method. container.Register([详细]
2023-03-07 13:36 分类:问答Entity Framework: Storing Entities without saving to Database
How to store temporary item in ObjectContext without saving to database? Context storing in HttpContext, providing by class:[详细]
2023-03-05 07:18 分类:问答Scope of HttpContext.Current.Items in ASP.NET MVC 2
Hi Inside an action, I have set the HttpContext.Current.Items.Add(...开发者_如何学Python). Now i am redirecting to another action in the same controller. I am not able to get the current HttpContext.[详细]
2023-03-04 22:47 分类:问答access HttpContext.Current from WCF Web Service
I just started using WCF Services with ASP.NET AJAX.I instantiate my WCF service from Javascript and then pass string variables as arguments to my WCF Service method (with an OperationCont开发者_JAVA技[详细]
2023-03-03 12:26 分类:问答Reference to configuration manager via httpcontext
How can i get r开发者_如何学Goeference to the configuration manager via httpcontext? ThanksAs pointed out by Adam, use:[详细]
2023-03-01 14:07 分类:问答Saving List<CartItem> to a Session in ASP.NET
CartItems are saved in the the SQL database. I want to put all CartItems in a List and transfer to Instance.Items.[详细]
2023-02-22 23:28 分类:问答Session null after window.open in minimal SharePoint page
I\'m storing a token in a session variable. I launch a report that needs this token in a new ASPX page by using the javascript windows.open function. When this new page loads the HttpContext.Current.S[详细]
2023-02-21 19:54 分类:问答ASP.NET MVC Injecting Http/Request/Controller context
Is there a recommended approach for injecting Http/Request/Controller context in an ASP.NET MVC application?[详细]
2023-02-20 04:03 分类:问答