SvgSymbolOptionsIdForMissing Property

Gets or sets the value to use when id attribute is missing or is not specified when converting <svg> tag to <symbol> tag or vice versa.

When there are duplicates, this value will be incremented like "symbol-2", "symbol-3" etc.

Default value is "symbol".

Definition

Namespace: DotMake.SvgSprite
Assembly: DotMake.SvgSprite (in DotMake.SvgSprite.dll) Version: 1.0.0
C#
public string IdForMissing { get; set; }

Property Value

String

See Also