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