C# Class ResourceFileServer.Controllers.DownloadController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Afficher le fichier Open project: damienbod/AspNet5IdentityServerAngularImplicitFlow

Méthodes publiques

Méthode Description
DownloadController ( ISecuredFileProvider securedFileProvider, IHostingEnvironment appEnvironment ) : System.Linq

Private Methods

Méthode Description
GenerateOneTimeAccessToken ( string id ) : IActionResult
Get ( string accessId ) : IActionResult

Method Details

DownloadController() public méthode

public DownloadController ( ISecuredFileProvider securedFileProvider, IHostingEnvironment appEnvironment ) : System.Linq
securedFileProvider ISecuredFileProvider
appEnvironment IHostingEnvironment
Résultat System.Linq