Class IndexModel
Inheritance
System.Object
IndexModel
Assembly: Volo.Blogging.Admin.Web.dll
Syntax
public class IndexModel : BloggingAdminPageModel
Constructors
IndexModel(IAuthorizationService)
Declaration
public IndexModel(IAuthorizationService authorization)
Parameters
| Type |
Name |
Description |
| Microsoft.AspNetCore.Authorization.IAuthorizationService |
authorization |
|
Methods
OnGetAsync()
Declaration
public virtual Task<ActionResult> OnGetAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.ActionResult> |
|
Extension Methods