更新:2007 年 11 月
這個範例顯示如何呼叫 StopLoading 方法,以停止在下載完成之前巡覽至內容。
範例
StopLoading 會停止下載所要求的內容,並引發 NavigationStopped 事件。
void navigateStopButton_Click(object sender, RoutedEventArgs e)
{
this.StopLoading();
}
更新:2007 年 11 月
這個範例顯示如何呼叫 StopLoading 方法,以停止在下載完成之前巡覽至內容。
StopLoading 會停止下載所要求的內容,並引發 NavigationStopped 事件。
void navigateStopButton_Click(object sender, RoutedEventArgs e)
{
this.StopLoading();
}