This topic has not yet been rated - Rate this topic

PageRenderMode class

SharePoint 2013

This control affects the mode in which a page is rendered when SharePoint "minimal download" mode is enabled. When the RenderModeType property is set to Standard, the containing page will always render in standard mode. When "minimal download" mode is disabled on an SPWeb, all pages render in standard mode regardless of this control.

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.SPControl
      Microsoft.SharePoint.WebControls.PageRenderMode

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class PageRenderMode : SPControl
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.