Class AppUrlProviderAccountExtensions
Inheritance
System.Object
AppUrlProviderAccountExtensions
Namespace: Volo.Abp.Account.Emailing
Assembly: Volo.Abp.Account.Application.dll
Syntax
public static class AppUrlProviderAccountExtensions : object
Methods
GetResetPasswordUrlAsync(IAppUrlProvider, String)
Declaration
public static Task<string> GetResetPasswordUrlAsync(this IAppUrlProvider appUrlProvider, string appName)
Parameters
| Type | Name | Description |
|---|---|---|
| IAppUrlProvider | appUrlProvider | |
| System.String | appName |
Returns
| Type | Description |
|---|---|
| Task<System.String> |