Show / Hide Table of Contents

Class CreateModalModel

Inheritance
object
SaasHostPageModel
CreateModalModel
Namespace: Volo.Saas.Host.Pages.Saas.Host.Editions
Assembly: Volo.Saas.Host.Web.dll
Syntax
public class CreateModalModel : SaasHostPageModel

Constructors

CreateModalModel(IEditionAppService)

Declaration
public CreateModalModel(IEditionAppService editionAppService)
Parameters
Type Name Description
IEditionAppService editionAppService

Properties

Edition

Declaration
[BindProperty]
public CreateModalModel.EditionInfoModel Edition { get; set; }
Property Value
Type Description
CreateModalModel.EditionInfoModel

EditionAppService

Declaration
protected IEditionAppService EditionAppService { get; }
Property Value
Type Description
IEditionAppService

Plans

Declaration
public List<SelectListItem> Plans { get; }
Property Value
Type Description
List<SelectListItem>

Methods

OnGetAsync()

Declaration
public virtual Task OnGetAsync()
Returns
Type Description
Task

OnPostAsync()

Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>
In this article
Back to top Powered by Volosoft