650a178b 7fed 8522 0d05 2daf6607fbc6 - akesseler/Plexdata.Utilities.Templates GitHub Wiki

Options.Fallback Property

Gets and sets the rendering fallback value.

Namespace: Plexdata.Utilities.Formatting
Assembly: Plexdata.Utilities.Templates (in Plexdata.Utilities.Templates.dll) Version: 1.0.0

Syntax

C#

public string Fallback { get; set; }

Property Value

Type: String
The value to be useed as rendering fallback.

Remarks

The rendering fallback value is used in cases when an argument for a corresponding hole token can be considered as invalid (e.g. if such an argument is null).

If the value of this property is null then the original token descriptor is rendered. In any other case the value of this property is rendered instead.

The default value is null.

See Also

Reference

Options Class
Plexdata.Utilities.Formatting Namespace
Options.IsFallback

⚠️ **GitHub.com Fallback** ⚠️