SPContext.FormContext property

Gets the form context object for the form-specific Microsoft SharePoint Foundation context.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property FormContext As SPFormContext
    Get
'Usage
Dim instance As SPContext
Dim value As SPFormContext

value = instance.FormContext
public SPFormContext FormContext { get; }

Property value

Type: Microsoft.SharePoint.SPFormContext
An SPFormContext object that represents the form context.

See also

Reference

SPContext class

SPContext members

Microsoft.SharePoint namespace