C# Class PaintStore.BackEnd.Controllers.UploadImageController

Inheritance: Controller
ファイルを表示 Open project: wojtek-rak/PaintStore

Public Methods

Method Description
UploadImageController ( IHostingEnvironment env, IOptions appIdentitySettings ) : System.Collections.Generic

Private Methods

Method Description
Get ( ) : string
Upload ( IFormFile file ) : IActionResult

Method Details

UploadImageController() public method

public UploadImageController ( IHostingEnvironment env, IOptions appIdentitySettings ) : System.Collections.Generic
env IHostingEnvironment
appIdentitySettings IOptions
return System.Collections.Generic