AzureProjectsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ASp.NET Core extension methods for mapping a service implementation to a set of HTTP endpoints.
public static class AzureProjectsExtensions
type AzureProjectsExtensions = class
Public Module AzureProjectsExtensions
- Inheritance
-
AzureProjectsExtensions
Methods
| Name | Description |
|---|---|
| AddOfxClient(WebApplicationBuilder) |
Adds the project client to the DI container. |
| AddProjectClient(WebApplicationBuilder) |
Adds the project client to the DI container. |
| UploadFormAsync(StorageServices, HttpRequest) |
Uploads a document to the storage service. |