SvgSymbolOptionsIdPrefix Property
Gets or sets the prefix to add to the
id attribute when converting
<svg> tag to
<symbol> tag or vice versa.
Default value is null which means not to add a prefix.
Namespace: DotMake.SvgSpriteAssembly: DotMake.SvgSprite (in DotMake.SvgSprite.dll) Version: 1.0.0
public string IdPrefix { get; set; }
Property Value
String