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.

Definition

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

Property Value

String

See Also