Skip to content

Commit

Permalink
Update INavigationPageOptions.cs
Browse files Browse the repository at this point in the history
Fixing type
  • Loading branch information
fredyadriano90 authored Nov 15, 2019
1 parent 930e2b0 commit b3243c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public interface INavigationPageOptions
/// <summary>
/// The INavigationService uses the result of this property to determine if the NavigationPage should clear the NavigationStack when navigating to a new Page.
/// </summary>
/// <remarks>This is equivalant to calling PopToRoot, and then replacing the current Page with the target Page being navigated to.</remarks>
/// <remarks>This is equivalent to calling PopToRoot, and then replacing the current Page with the target Page being navigated to.</remarks>
bool ClearNavigationStackOnNavigation { get; }
}
}

0 comments on commit b3243c8

Please sign in to comment.