On 8/31/07, Curtis Wensley <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there any way to turn off the Html encoding in > HtmlTextWriter.WriteAttribute in 1.2.5? It seems to be encoding > everything, were as MS.NET does not. > > We went through great pains to encode all output of our system, and > now it's double-encoding the attributes using this method. Perhaps > there's a way to turn this off in Web.config, or should I file a bug?
There is an overload that says to encode or not, pass false to it.
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
