Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.