1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Options
  6. /
  7. HtmlSaveOptions
  8. /
  9. AttributeValueDelimiter

AttributeValueDelimiter

HtmlSaveOptions.AttributeValueDelimiter property

Controls which delimiter around the attribute values in HTML elements will be used: single quote (default value) or double quote

public QuoteType AttributeValueDelimiter { get; set; }

See Also