Show / Hide Table of Contents

Class AppUrlProviderAccountExtensions

Inheritance
object
AppUrlProviderAccountExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Emailing
Assembly: Volo.Abp.Account.Application.dll
Syntax
public static class AppUrlProviderAccountExtensions

Methods

GetEmailConfirmationUrlAsync(IAppUrlProvider, string)

Declaration
public static Task<string> GetEmailConfirmationUrlAsync(this IAppUrlProvider appUrlProvider, string appName)
Parameters
Type Name Description
IAppUrlProvider appUrlProvider
string appName
Returns
Type Description
Task<string>

GetResetPasswordUrlAsync(IAppUrlProvider, string)

Declaration
public static Task<string> GetResetPasswordUrlAsync(this IAppUrlProvider appUrlProvider, string appName)
Parameters
Type Name Description
IAppUrlProvider appUrlProvider
string appName
Returns
Type Description
Task<string>
In this article
Back to top Powered by ABP.IO Platform