Show / Hide Table of Contents

Class CreateModalModel

Inheritance
object
AdminPageModel
CreateModalModel
Namespace: Volo.CmsKit.Pro.Admin.Web.Pages.CmsKit.UrlShorting
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class CreateModalModel : AdminPageModel

Constructors

CreateModalModel(IUrlShortingAdminAppService)

Declaration
public CreateModalModel(IUrlShortingAdminAppService urlShortingAdminAppService)
Parameters
Type Name Description
IUrlShortingAdminAppService urlShortingAdminAppService

Properties

UrlShortingAdminAppService

Declaration
protected IUrlShortingAdminAppService UrlShortingAdminAppService { get; }
Property Value
Type Description
IUrlShortingAdminAppService

ViewModel

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

Methods

OnPostAsync()

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