C# Class Behlog.Web.Components.System.WebsiteSimpleFooterViewComponent

Inheritance: ViewComponent
Afficher le fichier Open project: imaun/behlog

Méthodes publiques

Méthode Description
InvokeAsync ( int? categoryId = null, string viewName = "" ) : Task
WebsiteSimpleFooterViewComponent ( IWebsiteOptionService websiteOptionService ) : System.Threading.Tasks

Method Details

InvokeAsync() public méthode

public InvokeAsync ( int? categoryId = null, string viewName = "" ) : Task
categoryId int?
viewName string
Résultat Task

WebsiteSimpleFooterViewComponent() public méthode

public WebsiteSimpleFooterViewComponent ( IWebsiteOptionService websiteOptionService ) : System.Threading.Tasks
websiteOptionService IWebsiteOptionService
Résultat System.Threading.Tasks