C# Class MyTested.AspNetCore.Mvc.Test.Setups.Routing.FilesController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
ファイルを表示 Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Public Methods

Method Description
Download ( string fileName ) : IActionResult
Test ( string fileName ) : IActionResult

Method Details

Download() public method

public Download ( string fileName ) : IActionResult
fileName string
return IActionResult

Test() public method

public Test ( string fileName ) : IActionResult
fileName string
return IActionResult