C# Class TagHelpersAndViewComponents.ViewComponents.CustomersViewComponent

Inheritance: ViewComponent
Afficher le fichier Open project: DanWahlin/ASP.NET5Demos

Méthodes publiques

Méthode Description
CustomersViewComponent ( ILoggerFactory loggerFactory ) : Microsoft.AspNetCore.Mvc
InvokeAsync ( int max ) : Task

Method Details

CustomersViewComponent() public méthode

public CustomersViewComponent ( ILoggerFactory loggerFactory ) : Microsoft.AspNetCore.Mvc
loggerFactory ILoggerFactory
Résultat Microsoft.AspNetCore.Mvc

InvokeAsync() public méthode

public InvokeAsync ( int max ) : Task
max int
Résultat Task