UtilWebUrlEncode Method
Encodes a Url string.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string UrlEncode(
string url
)
Public Shared Function UrlEncode (
url As String
) As String
Dim url As String
Dim returnValue As String
returnValue = UtilWeb.UrlEncode(url)
public:
static String^ UrlEncode(
String^ url
)
static member UrlEncode :
url : string -> string
No code example is currently available or this language may not be supported.
- url String
-
The Url to encode.
String
The resulting encoded Url.
This is a code example.
No code example is currently available or this language may not be supported.
Dim encoded As String = UrlEncode("http://www.website.com/page.asp?id=5&test=Hello World")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.