SPTokenExpressionBuilder class

Represents an expression builder for evaluating SharePoint token expressions (for example, <%$SPTokens:EXPRESSION%>) during page parsing.

Inheritance hierarchy

System.Object
  System.Web.Compilation.ExpressionBuilder
    Microsoft.SharePoint.SPTokenExpressionBuilder

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

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPTokenExpressionBuilder _
    Inherits ExpressionBuilder
'Usage
Dim instance As SPTokenExpressionBuilder
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPTokenExpressionBuilder : ExpressionBuilder

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPTokenExpressionBuilder members

Microsoft.SharePoint namespace