JSInteropMethods.NotifyLocationChanged(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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