Browse Source

Wrap `IRemoteStreamContent` into code block

pull/17827/head
Enis Necipoglu 2 years ago
parent
commit
c03bb2836d
No known key found for this signature in database GPG Key ID: 1EC55E13241E1680
  1. 4
      docs/en/Community-Articles/2023-10-09-How-to-Upload-and-Download-Files-in-the-ABP-Framework-using-Angular/POST.md

4
docs/en/Community-Articles/2023-10-09-How-to-Upload-and-Download-Files-in-the-ABP-Framework-using-Angular/POST.md

@ -3,7 +3,9 @@ In this article, I will describe how to upload and download files in the ABP fra
### Creating App Service.
An empty AppService that uses IRemoteStreamContent was created. What is IRemoteStreamContent, ABP Documentation described: `ABP Framework provides a special type, IRemoteStreamContent to be used to get or return streams in the application services.`
An empty AppService that uses `IRemoteStreamContent` was created. What is IRemoteStreamContent, ABP Documentation described:
> ABP Framework provides a special type, IRemoteStreamContent to be used to get or return streams in the application services.
```csharp
public class StorageAppService: AbpFileUploadDownloadDemoAppService // <- a inherited from ApplicationService. `ProjectName`+'AppService'.

Loading…
Cancel
Save