ExpressionRenderingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ExpressionRenderingMode
public enum ExpressionRenderingMode
type ExpressionRenderingMode =
Public Enum ExpressionRenderingMode
- Inheritance
-
ExpressionRenderingMode
Fields
Name | Value | Description |
---|---|---|
WriteToOutput | 0 | Indicates that expressions should be written to the output stream |
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 |