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 取得または設定します。

適用対象