HttpRuntime.WebObjectActivator 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 IServiceProvider instance for dependency injection support.
public:
static property IServiceProvider ^ WebObjectActivator { IServiceProvider ^ get(); void set(IServiceProvider ^ value); };
public static IServiceProvider WebObjectActivator { get; set; }
static member WebObjectActivator : IServiceProvider with get, set
Public Shared Property WebObjectActivator As IServiceProvider
Property Value
The IServiceProvider instance to be used for dependency injection support.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.