示例#1
0
 public async Task GetManifest([FromServices] HttpGetCdnManifestCommand command)
 {
     await command.ExecuteAsync(HttpContext, ContentTypes.ManifestV3);
 }
 public async Task GetManifest([FromServices] HttpGetCdnManifestCommand command)
 {
     await command.Execute(HttpContext);
 }