Share via


JSInteropMethods.NotifyLocationChangingAsync(String, String, Boolean) Method

Definition

For framework use only.

[Microsoft.JSInterop.JSInvokable("NotifyLocationChangingAsync")]
public static System.Threading.Tasks.ValueTask<bool> NotifyLocationChangingAsync (string uri, string? state, bool isInterceptedLink);
[<Microsoft.JSInterop.JSInvokable("NotifyLocationChangingAsync")>]
static member NotifyLocationChangingAsync : string * string * bool -> System.Threading.Tasks.ValueTask<bool>
Public Shared Function NotifyLocationChangingAsync (uri As String, state As String, isInterceptedLink As Boolean) As ValueTask(Of Boolean)

Parameters

uri
String
state
String
isInterceptedLink
Boolean

Returns

Attributes

Applies to