ServiceProvidersFeature 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的默认实现 IServiceProvidersFeature。
public ref class ServiceProvidersFeature : Microsoft::AspNetCore::Http::Features::IServiceProvidersFeature
public class ServiceProvidersFeature : Microsoft.AspNetCore.Http.Features.IServiceProvidersFeature
type ServiceProvidersFeature = class
interface IServiceProvidersFeature
Public Class ServiceProvidersFeature
Implements IServiceProvidersFeature
- 继承
-
ServiceProvidersFeature
- 实现
构造函数
ServiceProvidersFeature() |
的默认实现 IServiceProvidersFeature。 |
属性
RequestServices |
获取或设置 IServiceProvider 作用域为当前请求的 。 |