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.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function IsRenderingDelta ( _
context As HttpContext _
) As Boolean
'Usage
Dim context As HttpContext
Dim returnValue As Boolean
returnValue = DeltaPage.IsRenderingDelta(context)
public static bool IsRenderingDelta(
HttpContext context
)
Parameters
- context
Type: System.Web.HttpContext
Return value
Type: System.Boolean