DefaultHttpContext.ServiceScopeFactory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the IServiceScopeFactory for this instance.
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