Share via


ServiceProvidersFeature Class

Definition

Default implementation for 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
Inheritance
ServiceProvidersFeature
Implements

Constructors

Name Description
ServiceProvidersFeature()

Properties

Name Description
RequestServices

Gets or sets the IServiceProvider scoped to the current request.

Applies to