Freigeben über


Web.EnableMinimalDownload-Eigenschaft

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

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property EnableMinimalDownload As Boolean
    Get
    Set
'Usage
Dim instance As Web
Dim value As Boolean

value = instance.EnableMinimalDownload

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

Eigenschaftswert

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

Hinweise

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

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace