- Extracted from #304.

***NO_CI***
This commit is contained in:
José Simões 2023-10-23 09:57:40 +01:00 коммит произвёл GitHub
Родитель 28de18ed29
Коммит 41d021b722
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -201,7 +201,7 @@ namespace System.Web.Private
/// <summary>
/// Converts a string that has been encoded for transmission in a URL into a decoded string.
/// </summary>
/// <param name="str">The string to decode./param>
/// <param name="str">The string to decode.</param>
/// <returns>The decoded URL</returns>
public static string UrlDecode(string str)
{
@ -373,4 +373,4 @@ namespace System.Web.Private
return -1;
}
}
}
}