C# 클래스 NodeServicesExamples.Controllers.ResizeImageController

상속: Microsoft.AspNetCore.Mvc.Controller
파일 보기 프로젝트 열기: aspnet/JavaScriptServices

공개 메소드들

메소드 설명
ResizeImageController ( IHostingEnvironment environment, INodeServices nodeServices ) : System

비공개 메소드들

메소드 설명
GetContentType ( string path ) : string
Index ( string imagePath, int maxWidth, int maxHeight ) : Task

메소드 상세

ResizeImageController() 공개 메소드

public ResizeImageController ( IHostingEnvironment environment, INodeServices nodeServices ) : System
environment IHostingEnvironment
nodeServices INodeServices
리턴 System