MdsCompliantAttribute class
SharePoint Online
Indicates whether the script, style, and field registrations of a class are compliant with the Minimal Download Strategy (MDS) framework.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
This custom attribute class should only be applied when all registrations—such as scripts and styles—are performed through the SPPageContentManager class methods. All controls that render inside an AjaxDelta control must either have this attribute or be in a whitelisted assembly for which all controls are compliant.
Show: