Class SendTestEmailModal
Inherited Members
Namespace: Volo.Abp.SettingManagement.Web.Pages.SettingManagement.Components.EmailSettingGroup
Assembly: Volo.Abp.SettingManagement.Web.dll
Syntax
[Authorize("SettingManagement.Emailing.Test")]
public class SendTestEmailModal : AbpPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
SendTestEmailModal(IEmailSettingsAppService)
Declaration
public SendTestEmailModal(IEmailSettingsAppService emailSettingsAppService)
Parameters
Type | Name | Description |
---|---|---|
IEmailSettingsAppService | emailSettingsAppService |
Properties
EmailSettingsAppService
Declaration
protected IEmailSettingsAppService EmailSettingsAppService { get; }
Property Value
Type | Description |
---|---|
IEmailSettingsAppService |
Input
Declaration
[BindProperty]
public SendTestEmailModal.SendTestEmailViewModel Input { get; set; }
Property Value
Type | Description |
---|---|
SendTestEmailModal.SendTestEmailViewModel |
Methods
OnGetAsync()
Declaration
public Task OnGetAsync()
Returns
Type | Description |
---|---|
Task |
OnPostAsync()
Declaration
public Task<IActionResult> OnPostAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |