csExWB.BeforeNavigate2EventArgs.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
        public void Reset()
        {
            this.browser = null;
            this.url = string.Empty;
            this.targetframename = string.Empty;
            this.postdata = null;
            this.headers = string.Empty;
            this.Cancel = false;
            this.istoplevel = false;
        }