C# Class ArcGISPortalViewer.Helpers.NavigationService
Datei anzeigen
Open project: Esri/arcgis-portalviewer-dotnet
Public Methods
Method |
Description |
|
GoBack ( ) : void |
|
|
Navigate ( Type sourcePageType ) : void |
|
|
Navigate ( Type sourcePageType, object parameter ) : void |
|
|
Navigate ( string sourcePageName ) : void |
|
|
Navigate ( string sourcePageName, object parameter ) : void |
|
|
Method Details
public GoBack ( ) : void |
return |
void |
|
public Navigate ( Type sourcePageType ) : void |
sourcePageType |
System.Type |
|
return |
void |
|
public Navigate ( Type sourcePageType, object parameter ) : void |
sourcePageType |
System.Type |
|
parameter |
object |
|
return |
void |
|
public Navigate ( string sourcePageName ) : void |
sourcePageName |
string |
|
return |
void |
|
public Navigate ( string sourcePageName, object parameter ) : void |
sourcePageName |
string |
|
parameter |
object |
|
return |
void |
|