[Mono-docs-list] Small monodoc-web bug

Roger Sylte roger.sylte@online.no
Fri, 15 Aug 2003 18:22:42 +0200


This is a multi-part message in MIME format.
--------------010008050507020708050009
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii; format=flowed

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/>

--------------010008050507020708050009
Content-Transfer-Encoding: 7bit
Content-Type: text/html; charset=us-ascii

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
Miguel de Icaza wrote:<br>
<blockquote type="cite"
 cite="mid1060961480.20846.2337.camel@erandi.boston.ximian.com">
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">monodoc.ashx?type=N:System
      </pre>
    </blockquote>
    <pre wrap="">What about using URL encoding?

    monodoc.ashx?type=N%3ASystem
    </pre>
  </blockquote>
  <pre wrap=""><!---->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.
  </pre>
</blockquote>
The HttpUtility.UrlEncode() static method in the System.Web namespace.<br>
<br>
&lt;Roger/&gt;<br>
</body>
</html>

--------------010008050507020708050009--