BookshelfClientHostExtensions 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.
Extension methods to add BookshelfClient to an IHostApplicationBuilder.
public static class BookshelfClientHostExtensions
type BookshelfClientHostExtensions = class
Public Module BookshelfClientHostExtensions
- Inheritance
-
BookshelfClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddBookshelfClient(IHostApplicationBuilder, String, Action<BookshelfClientSettings>) |
Adds a singleton BookshelfClient to the IHostApplicationBuilder's service collection. |
| AddBookshelfClient(IHostApplicationBuilder, String) |
Adds a singleton BookshelfClient to the IHostApplicationBuilder's service collection. |
| AddKeyedBookshelfClient(IHostApplicationBuilder, String, String, Action<BookshelfClientSettings>) |
Adds a keyed singleton BookshelfClient to the IHostApplicationBuilder's service collection. |
| AddKeyedBookshelfClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton BookshelfClient to the IHostApplicationBuilder's service collection. |