C# Class NodeServicesExamples.Controllers.ResizeImageController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Afficher le fichier Open project: aspnet/JavaScriptServices

Méthodes publiques

Méthode Description
ResizeImageController ( IHostingEnvironment environment, INodeServices nodeServices ) : System

Private Methods

Méthode Description
GetContentType ( string path ) : string
Index ( string imagePath, int maxWidth, int maxHeight ) : Task

Method Details

ResizeImageController() public méthode

public ResizeImageController ( IHostingEnvironment environment, INodeServices nodeServices ) : System
environment IHostingEnvironment
nodeServices INodeServices
Résultat System