DefaultHttpContext.ServiceScopeFactory 속성

정의

이 instance 대한 를 가져오거나 설정합니다IServiceScopeFactory.

public:
 property Microsoft::Extensions::DependencyInjection::IServiceScopeFactory ^ ServiceScopeFactory { Microsoft::Extensions::DependencyInjection::IServiceScopeFactory ^ get(); void set(Microsoft::Extensions::DependencyInjection::IServiceScopeFactory ^ value); };
public Microsoft.Extensions.DependencyInjection.IServiceScopeFactory ServiceScopeFactory { get; set; }
member this.ServiceScopeFactory : Microsoft.Extensions.DependencyInjection.IServiceScopeFactory with get, set
Public Property ServiceScopeFactory As IServiceScopeFactory

속성 값

IServiceScopeFactory

적용 대상