Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 1.1
.NET Framework
Reference
Class Library
System.Web
HttpContext Class
Properties
 Current Property
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
HttpContext.Current Property

Gets the HttpContext object for the current HTTP request.

[Visual Basic]
Public Shared Property Current As HttpContext
[C#]
public static HttpContext Current {get; set;}
[C++]
public: __property static HttpContext* get_Current();
public: __property static void set_Current(HttpContext*);
[JScript]
public static function get Current() : HttpContext;
public static function set Current(HttpContext);

Property Value

The HttpContext object for the current request.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpContext Class | HttpContext Members | System.Web Namespace

© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker