Partager via


Web.EnableMinimalDownload - Propriété

Gets or sets a Boolean value that specifies whether the Web site should use Minimal Download Strategy.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property EnableMinimalDownload As Boolean
    Get
    Set
'Utilisation
Dim instance As Web
Dim value As Boolean

value = instance.EnableMinimalDownload

instance.EnableMinimalDownload = value
public bool EnableMinimalDownload { get; set; }

Valeur de propriété

Type : System.Boolean
true to specify that the Web site should use Minimal Download Strategy otherwise, false.

Remarques

This value cannot be set to true if UIVersion is less than 15.

Voir aussi

Référence

Web classe

Web - Membres

Microsoft.SharePoint.Client - Espace de noms