C# 클래스 Microsoft.AspNet.SignalR.Infrastructure.UrlEncoder

Helpers for encoding URI query components.
파일 보기 프로젝트 열기: SignalR/SignalR

공개 메소드들

메소드 설명
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