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".
Namespace: DotMake.SvgSpriteAssembly: DotMake.SvgSprite (in DotMake.SvgSprite.dll) Version: 1.0.0
public string IdForMissing { get; set; }
Property Value
String