C# 클래스 csExWB.EvaluateNewWindowEventArgs

상속: System.ComponentModel.CancelEventArgs
파일 보기 프로젝트 열기: mcorrientes/Web-Security-Toolset 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
features string
flags NWMF
name string
replace bool
url string
urlcontext string
useractiontime int

공개 메소드들

메소드 설명
EvaluateNewWindowEventArgs ( ) : System
Reset ( ) : void
SetParameters ( string Url, string Name, string UrlContext, string Features, bool Replace, int Flags, int UserActionTime ) : void

메소드 상세

EvaluateNewWindowEventArgs() 공개 메소드

public EvaluateNewWindowEventArgs ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetParameters() 공개 메소드

public SetParameters ( string Url, string Name, string UrlContext, string Features, bool Replace, int Flags, int UserActionTime ) : void
Url string
Name string
UrlContext string
Features string
Replace bool
Flags int
UserActionTime int
리턴 void

프로퍼티 상세

features 공개적으로 프로퍼티

public string features
리턴 string

flags 공개적으로 프로퍼티

public NWMF flags
리턴 NWMF

name 공개적으로 프로퍼티

public string name
리턴 string

replace 공개적으로 프로퍼티

public bool replace
리턴 bool

url 공개적으로 프로퍼티

public string url
리턴 string

urlcontext 공개적으로 프로퍼티

public string urlcontext
리턴 string

useractiontime 공개적으로 프로퍼티

public int useractiontime
리턴 int