C# 클래스 NetPonto.Common.HTMLEncoder.XssEncoder

상속: System.Web.Util.HttpEncoder
파일 보기 프로젝트 열기: JorgeMCSilva/NetPonto

보호된 메소드들

메소드 설명
HtmlAttributeEncode ( string value, TextWriter output ) : void
HtmlEncode ( string value, TextWriter output ) : void
UrlEncode ( byte bytes, int offset, int count ) : byte[]
UrlPathEncode ( string value ) : string

비공개 메소드들

메소드 설명
IntToHex ( int n ) : char
IsUrlSafeChar ( char ch ) : bool

메소드 상세

HtmlAttributeEncode() 보호된 메소드

protected HtmlAttributeEncode ( string value, TextWriter output ) : void
value string
output System.IO.TextWriter
리턴 void

HtmlEncode() 보호된 메소드

protected HtmlEncode ( string value, TextWriter output ) : void
value string
output System.IO.TextWriter
리턴 void

UrlEncode() 보호된 메소드

protected UrlEncode ( byte bytes, int offset, int count ) : byte[]
bytes byte
offset int
count int
리턴 byte[]

UrlPathEncode() 보호된 메소드

protected UrlPathEncode ( string value ) : string
value string
리턴 string