https://bugzilla.novell.com/show_bug.cgi?id=467460
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=467460#c2 Daniel Finger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Daniel Finger <[email protected]> 2009-01-21 05:52:27 MST --- Marek, how about adding the following code to HttpResponse.cs - this would not implement caching but the control will work for most cases. The method could be marked as MonoTODO ("unfinished") ? ----------------------------------------------------------------------------- public void WriteSubstitution (HttpResponseSubstitutionCallback callback) { if ((callback.Target != null) && (callback.Target is Control)) { throw new ArgumentException("Invalid substitution callback", "callback"); } this.writer.Write(callback(this.context)); } ----------------------------------------------------------------------------- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
