C# 클래스 ProceXSS.Infrastructure.RequestSanitizer

상속: IRequestSanitizer
파일 보기 프로젝트 열기: ziyasal/ProceXSS

공개 메소드들

메소드 설명
Clean ( NameValueCollection collection, IXssConfigurationHandler configuration, EncoderType encoderType = EncoderType.AutoDetect ) : void
RequestSanitizer ( IReflectortionHelper reflectortionHelper, IRegexHelper regexHelper ) : System.Collections.Specialized

비공개 메소드들

메소드 설명
IterateCleanUp ( EncoderType encoderType, NameValueCollection collection, int index ) : void

메소드 상세

Clean() 공개 메소드

public Clean ( NameValueCollection collection, IXssConfigurationHandler configuration, EncoderType encoderType = EncoderType.AutoDetect ) : void
collection System.Collections.Specialized.NameValueCollection
configuration IXssConfigurationHandler
encoderType EncoderType
리턴 void

RequestSanitizer() 공개 메소드

public RequestSanitizer ( IReflectortionHelper reflectortionHelper, IRegexHelper regexHelper ) : System.Collections.Specialized
reflectortionHelper IReflectortionHelper
regexHelper IRegexHelper
리턴 System.Collections.Specialized