Frame.StopLoading Method

Definition

Stops further downloading of content for the current navigation request.

public:
 virtual void StopLoading();
public:
 void StopLoading();
public void StopLoading ();
abstract member StopLoading : unit -> unit
override this.StopLoading : unit -> unit
member this.StopLoading : unit -> unit
Public Sub StopLoading ()

Remarks

See NavigationService.StopLoading.

Applies to

See also