Click or drag to resize

INavigatorNavigateAsync Method

Navigates starting from StartUrl while get redirect to EndUrl.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
Task<NavigationResult> NavigateAsync(
	NavigationOptions options
)

Parameters

options
Type: Aras.IOM.OAuthNavigationOptions
The options.

Return Value

Type: TaskNavigationResult
The navigation result.
See Also