KestrelServerOptions.ConfigurationLoader 属性

定义

提供将在服务器启动时加载终结点的配置源。 默认值为 null

public:
 property Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ ConfigurationLoader { Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ get(); void set(Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ value); };
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader ConfigurationLoader { get; set; }
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader? ConfigurationLoader { get; set; }
member this.ConfigurationLoader : Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader with get, set
Public Property ConfigurationLoader As KestrelConfigurationLoader

属性值

适用于