C# Class TextUml.Infrastructure.MailUrlResolver

Inheritance: IMailUrlResolver
Mostra file Open project: kazimanzurrashid/textuml-dotnet

Public Methods

Method Description
ForgotPassword ( string token ) : string
MailUrlResolver ( Func lazyHttpContext ) : System
UserConfirmation ( string token ) : string

Private Methods

Method Description
GenerateUrl ( string routeName, string token ) : string
Root ( System.Web.Mvc.UrlHelper helper ) : string
UrlHelper ( ) : System.Web.Mvc.UrlHelper

Method Details

ForgotPassword() public method

public ForgotPassword ( string token ) : string
token string
return string

MailUrlResolver() public method

public MailUrlResolver ( Func lazyHttpContext ) : System
lazyHttpContext Func
return System

UserConfirmation() public method

public UserConfirmation ( string token ) : string
token string
return string