コード例 #1
0
ファイル: HomeController.cs プロジェクト: germistry/WebsiteV3
 public IActionResult AboutAsset(string aboutAsset) =>
 new FileStreamResult(_fileManager.AboutAssetStream(aboutAsset),
                      $"aboutAsset/{aboutAsset.Substring(aboutAsset.LastIndexOf('.') + 1)}");