Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IFrameFacade.CanGoBack Examples
Programming Language:
C# (CSharp)
Class/Type:
IFrameFacade
Method/Function:
CanGoBack
Examples at hotexamples.com:
1
C# (CSharp) IFrameFacade.CanGoBack - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IFrameFacade.CanGoBack
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
SetNavigationState(5)
GetNavigationState(4)
GetValue(4)
NavigateAsync(4)
GoBack(3)
Navigate(3)
SetValue(3)
CanGoForward(2)
ClearBackStack(2)
GoBackAsync(2)
GoForward(2)
GoForwardAsync(2)
CanGoBack(1)
RefreshAsync(1)
RemoveBackStackEntry(1)
Frequently Used Methods
SetNavigationState (5)
GetNavigationState (4)
GetValue (4)
NavigateAsync (4)
GoBack (3)
Navigate (3)
SetValue (3)
CanGoForward (2)
ClearBackStack (2)
GoBackAsync (2)
Frequently Used Methods
GoForward (2)
GoForwardAsync (2)
CanGoBack (1)
RefreshAsync (1)
RemoveBackStackEntry (1)
Example #1
0
Show file
File:
NavigationService.cs
Project:
medicodepublic/Template10
public bool CanGoBack() => _frame.CanGoBack();
x