Share via


JSInteropMethods.NotifyLocationChanged Method

Definition

Overloads

NotifyLocationChanged(String, Boolean)
Obsolete.

For framework use only.

NotifyLocationChanged(String, String, Boolean)

For framework use only.

NotifyLocationChanged(String, Boolean)

Source:
JSInteropMethods.cs
Source:
JSInteropMethods.cs
Source:
JSInteropMethods.cs
Source:
JSInteropMethods.cs
Source:
JSInteropMethods.cs

Caution

This API is for framework use only and is no longer used in the current version

For framework use only.

public:
 static void NotifyLocationChanged(System::String ^ uri, bool isInterceptedLink);
[Microsoft.JSInterop.JSInvokable("NotifyLocationChanged")]
public static void NotifyLocationChanged (string uri, bool isInterceptedLink);
[System.Obsolete("This API is for framework use only and is no longer used in the current version")]
public static void NotifyLocationChanged (string uri, bool isInterceptedLink);
[<Microsoft.JSInterop.JSInvokable("NotifyLocationChanged")>]
static member NotifyLocationChanged : string * bool -> unit
[<System.Obsolete("This API is for framework use only and is no longer used in the current version")>]
static member NotifyLocationChanged : string * bool -> unit
Public Shared Sub NotifyLocationChanged (uri As String, isInterceptedLink As Boolean)

Parameters

uri
String
isInterceptedLink
Boolean
Attributes

Applies to

NotifyLocationChanged(String, String, Boolean)

Source:
JSInteropMethods.cs
Source:
JSInteropMethods.cs

For framework use only.

[Microsoft.JSInterop.JSInvokable("NotifyLocationChanged")]
public static void NotifyLocationChanged (string uri, string? state, bool isInterceptedLink);
[<Microsoft.JSInterop.JSInvokable("NotifyLocationChanged")>]
static member NotifyLocationChanged : string * string * bool -> unit
Public Shared Sub NotifyLocationChanged (uri As String, state As String, isInterceptedLink As Boolean)

Parameters

uri
String
state
String
isInterceptedLink
Boolean
Attributes

Applies to