Miguel de Icaza wrote:
monodoc.ashx?type=N:System
      
What about using URL encoding?

    monodoc.ashx?type=N%3ASystem
    
We could try that.  Can you find out what the helper function in .NET
is, so we can use this one?  It makes a lot of sense.
  
The HttpUtility.UrlEncode() static method in the System.Web namespace.

<Roger/>

Reply via email to