UnsecuredLayoutsPageBase.RequestResources Property
Gets a bitwise itemization of the resources the page needs.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'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; }
Property Value
Type: Microsoft.SharePoint.RequestResources
A RequestResources object that identifies the resources that are needed by the page.
Remarks
The default implementation returns an object with the bits for NavigationStructure and Features set.
See Also
Reference
UnsecuredLayoutsPageBase Class