JSInteropMethods.NotifyLocationChanged(String, Boolean) Method

Definition

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);
[<Microsoft.JSInterop.JSInvokable("NotifyLocationChanged")>]
static member NotifyLocationChanged : string * bool -> unit
Public Shared Sub NotifyLocationChanged (uri As String, isInterceptedLink As Boolean)

Parameters

uri
String
isInterceptedLink
Boolean
Attributes

Applies to