Share via


ExpressionRenderingMode Enum

Definition

public enum class ExpressionRenderingMode
public enum ExpressionRenderingMode
type ExpressionRenderingMode = 
Public Enum ExpressionRenderingMode
Inheritance
ExpressionRenderingMode

Fields

InjectCode 1

Indicates that expressions should simply be placed as-is in the code, and the context in which the code exists will be used to render it

WriteToOutput 0

Indicates that expressions should be written to the output stream

Applies to