C# 클래스 Foundstone.RequestToValidate

Summary description for RequestToValidate.
파일 보기 프로젝트 열기: o2platform/Demos_Files 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HttpRequestToAnalyse System.Web.HttpRequest
pageClassName string

공개 메소드들

메소드 설명
RequestToValidate ( ) : System
protectAndMitigateSQLInjections ( ) : ArrayList
protectAndMitigateXSSAttacks ( ) : ArrayList

비공개 메소드들

메소드 설명
___requiredBindingFlagsToAccessPrivateMembers ( ) : BindingFlags
htmlGreen ( string htmlCodeToApplyFormating ) : string
htmlOrange ( string htmlCodeToApplyFormating ) : string
htmlRed ( string htmlCodeToApplyFormating ) : string
pageHasItemsToValidate ( ) : bool
validateAndHandleMaliciousInput ( XmlElement objXmlElementWithFormMappings, Hashtable hashtableWithValidator_FormRules ) : ArrayList
validateCurrentPage ( ArrayList pagesToProcess ) : bool

메소드 상세

RequestToValidate() 공개 메소드

public RequestToValidate ( ) : System
리턴 System

protectAndMitigateSQLInjections() 공개 메소드

public protectAndMitigateSQLInjections ( ) : ArrayList
리턴 System.Collections.ArrayList

protectAndMitigateXSSAttacks() 공개 메소드

public protectAndMitigateXSSAttacks ( ) : ArrayList
리턴 System.Collections.ArrayList

프로퍼티 상세

HttpRequestToAnalyse 공개적으로 프로퍼티

public HttpRequest,System.Web HttpRequestToAnalyse
리턴 System.Web.HttpRequest

pageClassName 공개적으로 프로퍼티

public string pageClassName
리턴 string