C# Class Microsoft.AspNet.SignalR.Infrastructure.UrlDecoder

Helpers for decoding URI query components.
Afficher le fichier Open project: SignalR/SignalR Class Usage Examples

Méthodes publiques

Méthode Description
UrlDecode ( string str ) : string

Private Methods

Méthode Description
HexToInt ( char h ) : int
UrlDecodeInternal ( string value, Encoding encoding ) : string

Method Details

UrlDecode() public static méthode

public static UrlDecode ( string str ) : string
str string
Résultat string