Esempio n. 1
0
 //Used when an anchor has given us info, but we don't actually want the browser to navigate
 //For example, anchors that lead to help lead to an api handler that opens help but then
 //calls this so that the browser just stays where it was.
 public void SucceededDoNotNavigate()
 {
     _requestInfo.SucceededDoNotNavigate();
 }