C# Класс Microsoft.AspNet.SignalR.Infrastructure.UrlEncoder

Helpers for encoding URI query components.
Показать файл Открыть проект

Открытые методы

Метод Описание
UrlEncode ( string str ) : string

Приватные методы

Метод Описание
IntToHex ( int n ) : char
IsUrlSafeChar ( char ch ) : bool
UrlEncode ( byte bytes, int offset, int count ) : byte[]
UrlEncode ( byte bytes, int offset, int count, bool alwaysCreateNewReturnValue ) : byte[]
ValidateUrlEncodingParameters ( byte bytes, int offset, int count ) : bool

Описание методов

UrlEncode() публичный статический Метод

public static UrlEncode ( string str ) : string
str string
Результат string