WebPartMobileWebPage class
A mobile web page for contemporary view, which renders web parts using their mobile rendering adapters.
Inheritance hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
Microsoft.SharePoint.WebControls.DeltaPage
Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase
Microsoft.SharePoint.WebControls.LayoutsPageBase
Microsoft.SharePoint.Mobile.WebControls.SPMobilePage
Microsoft.SharePoint.WebPartPages.WebPartMobileWebPage
Microsoft.SharePoint.Mobile.WebControls.SPMobileWikiPage
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public Class WebPartMobileWebPage _
Inherits SPMobilePage
'Usage
Dim instance As WebPartMobileWebPage
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public class WebPartMobileWebPage : SPMobilePage
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.