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

ServiceProvidersFeature()

Properties

RequestServices

Gets or sets the IServiceProvider scoped to the current request.

Applies to