You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to write Attributes without a value? If I supply an empty value and use the QuoteType = AttributeValueQuote.None; I still get the = character in the output. Would it be possible to add a QuoteType which omits the Value in the OuterHtml?
Thanks!
HAP version: 1.11.33
NET version (net5)
The text was updated successfully, but these errors were encountered:
Is it possible to write Attributes without a value? If I supply an empty value and use the
QuoteType = AttributeValueQuote.None;
I still get the = character in the output. Would it be possible to add a QuoteType which omits the Value in the OuterHtml?Thanks!
The text was updated successfully, but these errors were encountered: