If user provides a hyperlink in the html body specifying a URL which contains a query string (parameter), it wrongly generates the html with invalid hyperlink tag and also put double quotes surrounding the query string value. Please test hyperlink with query string and come up with a fix. We need it our project urgently.
Comments: Hello, I'm having the same issue. When I click the 'Create Link' icon from the HTMLEditor Extender, I input the following URL: ProductSearchResults.aspx?Model=w3204 It looks fine in the TextBox, but after the value is saved, it is persisted as ProductSearchResults.aspx?Model="w3204" I've also tried using System.Web.HttpUtility.HtmlDecode & System.Web.HttpUtility.HtmlEncode
Comments: Hello, I'm having the same issue. When I click the 'Create Link' icon from the HTMLEditor Extender, I input the following URL: ProductSearchResults.aspx?Model=w3204 It looks fine in the TextBox, but after the value is saved, it is persisted as ProductSearchResults.aspx?Model="w3204" I've also tried using System.Web.HttpUtility.HtmlDecode & System.Web.HttpUtility.HtmlEncode