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.
Gets a bitwise itemization of the resources the page needs.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable ReadOnly Property RequestResources As RequestResources
Get
'Usage
Dim instance As UnsecuredLayoutsPageBase
Dim value As RequestResources
value = instance.RequestResources
public virtual RequestResources RequestResources { get; }
Type: Microsoft.SharePoint.RequestResources
A RequestResources object that identifies the resources that are needed by the page.
The default implementation returns an object with the bits for NavigationStructure and Features set.
UnsecuredLayoutsPageBase class