コード例 #1
0
 /// <summary>
 /// Stops loading the current web page and any resources associated
 /// with it.
 /// </summary>
 public void Stop()
 {
     core.Stop();
 }