Interface IAppUrlProvider
Assembly: Volo.Abp.UI.Navigation.dll
Syntax
public interface IAppUrlProvider
Methods
GetUrlAsync(string, string)
Declaration
Task<string> GetUrlAsync(string appName, string urlName = null)
Parameters
| Type |
Name |
Description |
| string |
appName |
|
| string |
urlName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><string> |
|
GetUrlOrNullAsync(string, string)
Declaration
Task<string> GetUrlOrNullAsync(string appName, string urlName = null)
Parameters
| Type |
Name |
Description |
| string |
appName |
|
| string |
urlName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><string> |
|
IsRedirectAllowedUrl(string)
Declaration
bool IsRedirectAllowedUrl(string url)
Parameters
| Type |
Name |
Description |
| string |
url |
|
Returns
Extension Methods