SPContext.GetContext Method (HttpContext)

Returns the Microsoft SharePoint Foundation context for the specified HTTP context.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Shared Function GetContext ( _
    context As HttpContext _
) As SPContext
'Usage
Dim context As HttpContext
Dim returnValue As SPContext

returnValue = SPContext.GetContext(context)
public static SPContext GetContext(
    HttpContext context
)

Parameters

  • context
    Type: System.Web.HttpContext

    A System.Web.HTTPContext object that encapsulates the HTTP-specific context that is used by the server to process site requests.

Return Value

Type: Microsoft.SharePoint.SPContext
The SharePoint Foundation context.

See Also

Reference

SPContext Class

SPContext Members

GetContext Overload

Microsoft.SharePoint Namespace