UnsecuredLayoutsPageBase.RequestResources property

Gets a bitwise itemization of the resources the page needs.

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

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

UnsecuredLayoutsPageBase members

Microsoft.SharePoint.WebControls namespace