Bearbeiten

Share via


NavigationClient class

Methods

navigateExternal(string, NavigationOptions)

Navigates to other pages outside the web application i.e. the Identity Provider

navigateInternal(string, NavigationOptions)

Navigates to other pages within the same web application

Method Details

navigateExternal(string, NavigationOptions)

Navigates to other pages outside the web application i.e. the Identity Provider

function navigateExternal(url: string, options: NavigationOptions): Promise<boolean>

Parameters

url

string

Returns

Promise<boolean>

navigateInternal(string, NavigationOptions)

Navigates to other pages within the same web application

function navigateInternal(url: string, options: NavigationOptions): Promise<boolean>

Parameters

url

string

Returns

Promise<boolean>