Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Microsoft
AspNet
SignalR
Infrastructure
UrlDecoder
C# Class Microsoft.AspNet.SignalR.Infrastructure.UrlDecoder
Helpers for decoding URI query components.
Mostrar archivo
Open project: SignalR/SignalR
Class Usage Examples
Public Methods
Method
Description
UrlDecode
(
string
str
) :
string
Private Methods
Method
Description
HexToInt
(
char
h
) :
int
UrlDecodeInternal
(
string
value
,
Encoding
encoding
) :
string
Method Details
UrlDecode()
public
static
method
public
static
UrlDecode
(
string
str
) :
string
str
string
return
string