Class CreateModel
Inheritance
System.Object
CreateModel
Assembly: Volo.Blogging.Admin.Web.dll
Syntax
public class CreateModel : BloggingAdminPageModel
Constructors
CreateModel(IBlogManagementAppService, IAuthorizationService)
Declaration
public CreateModel(IBlogManagementAppService blogAppService, IAuthorizationService authorization)
Parameters
| Type |
Name |
Description |
| IBlogManagementAppService |
blogAppService |
|
| IAuthorizationService |
authorization |
|
Properties
Blog
Declaration
public CreateModel.BlogCreateModalView Blog { get; set; }
Property Value
Methods
OnGetAsync()
Declaration
public virtual Task<ActionResult> OnGetAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<ActionResult> |
|
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<IActionResult> |
|
Extension Methods