C# Class anotheraspnetapp.Controllers.HomeController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Afficher le fichier Open project: rfinochi/confsamples

Méthodes publiques

Méthode Description
HomeController ( IPictureService pictureService ) : anotheraspnetapp.Services
Index ( ) : IActionResult

Method Details

HomeController() public méthode

public HomeController ( IPictureService pictureService ) : anotheraspnetapp.Services
pictureService IPictureService
Résultat anotheraspnetapp.Services

Index() public méthode

public Index ( ) : IActionResult
Résultat IActionResult