C# Class TagHelpersAndViewComponents.ViewComponents.CustomersViewComponent

Inheritance: ViewComponent
Show file Open project: DanWahlin/ASP.NET5Demos

Public Methods

Method Description
CustomersViewComponent ( ILoggerFactory loggerFactory ) : Microsoft.AspNetCore.Mvc
InvokeAsync ( int max ) : Task

Method Details

CustomersViewComponent() public method

public CustomersViewComponent ( ILoggerFactory loggerFactory ) : Microsoft.AspNetCore.Mvc
loggerFactory ILoggerFactory
return Microsoft.AspNetCore.Mvc

InvokeAsync() public method

public InvokeAsync ( int max ) : Task
max int
return Task