Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
This example shows how to call the StopLoading method to stop navigation to content before it has finished being downloaded.
Example
StopLoading stops the download of the requested content, and causes the NavigationStopped event to be raised.
void navigateStopButton_Click(object sender, RoutedEventArgs e)
{
this.StopLoading();
}