C# Class MvvmLightNavigationExtension.NavigationServiceExtension

Show file Open project: dhindrik/MvvmLightNavigationExtension

Public Methods

Method Description
CloseModal ( this navigationService ) : void
OpenModal ( this navigationService, string key ) : void
OpenModal ( this navigationService, string key, object parameter ) : void

Method Details

CloseModal() public static method

public static CloseModal ( this navigationService ) : void
navigationService this
return void

OpenModal() public static method

public static OpenModal ( this navigationService, string key ) : void
navigationService this
key string
return void

OpenModal() public static method

public static OpenModal ( this navigationService, string key, object parameter ) : void
navigationService this
key string
parameter object
return void