ServiceProvidersFeature 类

定义

的默认实现 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 作用域为当前请求的 。

适用于