Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Variables.PreserveAsis Property

Defines whether variables marked with "-" are preserved.

Class: YetaWF.Core.Support.Variables
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public bool PreserveAsis { get; set; }

Remarks

A variable defined with a "-" in front of the variable type is preserved without removing the leading "-".

If true, [Var,SomeName] is rendered as [Var,SomeName]. If false, it is rendered as [Var,SomeName] by removing the leading "-".

See Also YetaWF.Core.Support.Variables ClassYetaWF.Core Overview