ContentBySearchWebPart.AlwaysRenderOnServer property

A Boolean value that forces the Web Part to render on the server side. Otherwise, the Web Part will be rendered on the client side using Ajax.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property AlwaysRenderOnServer As Boolean
    Get
    Set
'Usage
Dim instance As ContentBySearchWebPart
Dim value As Boolean

value = instance.AlwaysRenderOnServer

instance.AlwaysRenderOnServer = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool AlwaysRenderOnServer { get; set; }

Property value

Type: System.Boolean

See also

Reference

ContentBySearchWebPart class

ContentBySearchWebPart members

Microsoft.Office.Server.Search.WebControls namespace