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

Inheritance: ViewComponent
显示文件 Open project: imaun/behlog

Public Methods

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

Method Details

InvokeAsync() public method

public InvokeAsync ( int? categoryId = null, string viewName = "" ) : Task
categoryId int?
viewName string
return Task

WebsiteSimpleFooterViewComponent() public method

public WebsiteSimpleFooterViewComponent ( IWebsiteOptionService websiteOptionService ) : System.Threading.Tasks
websiteOptionService IWebsiteOptionService
return System.Threading.Tasks