Class CreateModalModel
Inheritance
CreateModalModel
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class CreateModalModel : AdminPageModel
Constructors
CreateModalModel(IUrlShortingAdminAppService)
Declaration
public CreateModalModel(IUrlShortingAdminAppService urlShortingAdminAppService)
Parameters
Properties
UrlShortingAdminAppService
Declaration
protected IUrlShortingAdminAppService UrlShortingAdminAppService { get; }
Property Value
ViewModel
Declaration
[BindProperty]
public CreateModalModel.CreateShortenedUrlViewModel ViewModel { get; set; }
Property Value
Methods
OnPostAsync()
Declaration
public Task<IActionResult> OnPostAsync()
Returns