HostBuilderContext 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.
Context containing the common services on the host. Some properties may be null until set by the host.
public class HostBuilderContext
type HostBuilderContext = class
Public Class HostBuilderContext
- Inheritance
-
HostBuilderContext
Constructors
HostBuilderContext(IDictionary<Object,Object>) |
Properties
Configuration |
The IConfiguration containing the merged configuration of the application and the host. |
HostingEnvironment |
The IHostingEnvironment initialized by the host. |
Properties |
A central location for sharing state between components during the host building process. |
Extension Methods
GetApplicationPartManager(HostBuilderContext) |
Returns the ApplicationPartManager for the provided context. |