C# Class Naif.Blog.ViewComponents.CategoryListViewComponent

Inheritance: BaseViewComponent
Afficher le fichier Open project: cnurse/Naif.Blog

Méthodes publiques

Méthode Description
CategoryListViewComponent ( IBlogRepository blogRepository, IApplicationContext appContext ) : Microsoft.AspNetCore.Mvc
InvokeAsync ( ) : Task

Method Details

CategoryListViewComponent() public méthode

public CategoryListViewComponent ( IBlogRepository blogRepository, IApplicationContext appContext ) : Microsoft.AspNetCore.Mvc
blogRepository IBlogRepository
appContext IApplicationContext
Résultat Microsoft.AspNetCore.Mvc

InvokeAsync() public méthode

public InvokeAsync ( ) : Task
Résultat Task