Interface IAppUrlProvider
Namespace: Volo.Abp.UI.Navigation.Urls
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 |
|---|---|---|
| System.String | appName | |
| System.String | urlName |
Returns
| Type | Description |
|---|---|
| Task<System.String> |