SPUrlExpressionBuilder.SupportsEvaluate property

Supports the Evaluate method, which is required to work with pages that do not compile (no-compile pages).

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

Syntax

'Declaration
Public Overrides ReadOnly Property SupportsEvaluate As Boolean
    Get
'Usage
Dim instance As SPUrlExpressionBuilder
Dim value As Boolean

value = instance.SupportsEvaluate
public override bool SupportsEvaluate { get; }

Property value

Type: System.Boolean
true

See also

Reference

SPUrlExpressionBuilder class

SPUrlExpressionBuilder members

Microsoft.SharePoint.Publishing.WebControls namespace