Author: miguel
Date: 2005-11-23 16:39:53 -0500 (Wed, 23 Nov 2005)
New Revision: 53415
Modified:
trunk/monodoc/class/System.Web/en/System.Web/HttpUtility.xml
Log:
Apply patch from [EMAIL PROTECTED]
Modified: trunk/monodoc/class/System.Web/en/System.Web/HttpUtility.xml
===================================================================
--- trunk/monodoc/class/System.Web/en/System.Web/HttpUtility.xml
2005-11-23 21:39:03 UTC (rev 53414)
+++ trunk/monodoc/class/System.Web/en/System.Web/HttpUtility.xml
2005-11-23 21:39:53 UTC (rev 53415)
@@ -230,9 +230,15 @@
</Parameters>
<Docs>
<summary>To be added</summary>
- <param name="str">To be added: an object of type 'string'</param>
- <returns>To be added: an object of type 'string'</returns>
- <remarks>To be added</remarks>
+ <param name="str">The URL to decode</param>
+ <returns>The decoded URL</returns>
+ <remarks>
+ <example>
+ <code lang="C#">
+ HttpUtility.UrlDecode("two%20words"); //returns "two words"
+ </code>
+ </example>
+ </remarks>
</Docs>
</Member>
<Member MemberName="UrlDecodeToBytes">
@@ -461,7 +467,7 @@
<remarks>To be added</remarks>
</Docs>
</Member>
- <Member MemberName="UrlPathEncode">
+ <Member MemberName="UrlPathEncode">
<MemberSignature Language="C#" Value="public string UrlPathEncode(string
s)" />
<MemberType>Method</MemberType>
<ReturnValue>
@@ -478,4 +484,4 @@
</Docs>
</Member>
</Members>
-</Type>
+</Type>
\ No newline at end of file
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches