C# Class IndexModel, RazorHtmlEmails

Inheritance: PageModel
Exibir arquivo Open project: scottsauber/RazorHtmlEmails Class Usage Examples

Public Methods

Method Description
IndexModel ( IRegisterAccountService registerAccountService ) : Microsoft.AspNetCore.Mvc
OnGetAsync ( ) : Task

Method Details

IndexModel() public method

public IndexModel ( IRegisterAccountService registerAccountService ) : Microsoft.AspNetCore.Mvc
registerAccountService IRegisterAccountService
return Microsoft.AspNetCore.Mvc

OnGetAsync() public method

public OnGetAsync ( ) : Task
return Task