Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current HTTP request context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected ReadOnly Property ParentHttpContext As HttpContext
Get
'Usage
Dim value As HttpContext
value = Me.ParentHttpContext
protected HttpContext ParentHttpContext { get; }
Property Value
Type: System.Web.HttpContext
An HttpContext object that provides information about the context of the current request.