Class IndexModel
Inheritance
System.Object
IndexModel
Assembly: Volo.Blogging.Web.dll
Syntax
public class IndexModel : AbpPageModel
Constructors
IndexModel(IBlogAppService)
Declaration
public IndexModel(IBlogAppService blogAppService)
Parameters
Type |
Name |
Description |
IBlogAppService |
blogAppService |
|
Properties
Blogs
Declaration
public IReadOnlyList<BlogDto> Blogs { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<BlogDto> |
|
Methods
OnGetAsync()
Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task<IActionResult> |
|
Extension Methods