SPContext.RenderingFromCurrentMetainfo property

Gets a value that indicates whether page rendering optimizations are in effect for the current context.

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

Syntax

'Declaration
Public Shared Property RenderingFromCurrentMetainfo As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = SPContext.RenderingFromCurrentMetainfo

SPContext.RenderingFromCurrentMetainfo = value
public static bool RenderingFromCurrentMetainfo { get; set; }

Property value

Type: System.Boolean
true if page rendering optimizations are in effect; otherwise, false.

See also

Reference

SPContext class

SPContext members

Microsoft.SharePoint namespace