TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About httpContext
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (2)
Sourav Kayal (2)
Gaurav Gahlot (2)
Jitendra Mesavaniya (1)
Rasmita Dash (1)
Rion Williams (1)
Nipun Tomar (1)
Jigar Desai (1)
Related resources for httpContext
No resource found
Enhancing Security with a Client IP Safelist in .NET
6/27/2024 9:43:12 AM.
Enhance your web application's security by implementing an IP safelist in ASP.NET Core. This technique restricts access to trusted IP addresses only, preventing unauthorized access. Our guide cove
Learn about ASP.NET MVC Life Cycle
4/1/2024 6:28:41 AM.
Understand the MVC life cycle from HTTP request to response. Learn about ASP.NET's Page class, IHttpHandler interface, and MVC's Controller. Explore RouteTable and UrlRoutingModule for routing
Optimize ASP.NET Core MVC Data Transfer with Custom Middleware
2/1/2024 9:01:22 AM.
In ASP.NET Core, middleware components are used to handle requests and responses as they flow through the application's pipeline. These middleware components can be chained together to process req
HttpContextAccessor in Asp.NET Core Web API
5/27/2023 3:58:23 PM.
In ASP.NET Core Web API, the HttpContextAccessor class is a component that provides access to the current HTTP request and response context. It allows you to access various aspects of the HTTP request
Difference Between HttpContext.Current.Items and HttpContext.Current.Session in ASP.Net
1/12/2021 10:20:06 AM.
In this small discussion you will see the difference between HttpContext.Current.Session and HttpContext.current.Item.
HttpContext Class in ASP.Net
1/8/2021 7:32:38 AM.
This article provides a slow introduction to the HttpContext class and its use for authentication.
A Better Approach To Access HttpContext Outside A Controller In .Net Core 2.1
8/7/2018 1:04:50 AM.
In this approach, we are going to create a static AppContext class. This class is going to hold the current Http session as a property called Current.
Using HttpContext Outside An MVC Controller In .Net Core 2.1
8/6/2018 12:29:06 AM.
With .Net Core 2.1 we can not access the HttpContext outside a controller, however, we can use the IHttpContextAccessor to access the current session outside a controller.
Accessing Identity And HttpContext Info Using Dependency Injection In .NET Core
10/11/2016 10:43:34 AM.
In this article, you will learn how to access Identity and HttpContext Info using Dependency Injection in .NET Core.
Update FormsAuthenticationTicket
7/27/2012 2:25:29 AM.
How to update the FormsAuthenticationTicket once it is created
HTTP Handlers for Images in ASP.NET
12/26/2005 3:51:11 AM.
Have you ever thought of streaming thumbnails just by passing query string indicating width or height of thumbnail you need, and most importantly passing those to image itself?
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download