Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148965 | Nov 9,2019 02:10 PM UTC | Nov 11,2019 12:52 PM UTC | ASP.NET Core - EJ 2 | 2 |
![]() |
Tags: FileManager |
public IActionResult AzureGetImage(FileManagerImageContent args)
{
return this.operation.GetImage(args.Path, args.Id, false, null, null);
}
public class FileManagerImageContent
{
public string Path { get; set; }
public string Id { get; set; }
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.