Class UploadEndpoints
Endpoint-mapping helpers that publish the default CoreUpload HTTP API.
Inherited Members
Namespace: CoreUpload.Endpoints
Assembly: CoreUpload.dll
Syntax
public static class UploadEndpoints
Methods
MapCoreUploadEndpoints(IEndpointRouteBuilder)
Maps the standard CoreUpload endpoints for single-file upload, multi-file upload, chunking, progress, file info, download, delete, and validation.
Declaration
public static IEndpointRouteBuilder MapCoreUploadEndpoints(this IEndpointRouteBuilder endpoints)
Parameters
| Type | Name | Description |
|---|---|---|
| IEndpointRouteBuilder | endpoints | The route builder to configure. |
Returns
| Type | Description |
|---|---|
| IEndpointRouteBuilder | The same route builder so additional mappings can be chained. |