ExpressionEvaluationOptions Class

Definition

Specifies whether template expressions are evaluated within the scope of the parent template or nested template.

public class ExpressionEvaluationOptions
type ExpressionEvaluationOptions = class
Public Class ExpressionEvaluationOptions
Inheritance
ExpressionEvaluationOptions

Constructors

ExpressionEvaluationOptions()

Initializes a new instance of the ExpressionEvaluationOptions class.

ExpressionEvaluationOptions(String)

Initializes a new instance of the ExpressionEvaluationOptions class.

Properties

Scope

Gets or sets the scope to be used for evaluation of parameters, variables and functions in a nested template. Possible values include: 'NotSpecified', 'Outer', 'Inner'

Applies to