Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the collection of service instances for the controller.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Services As ServicesContainer
Get
'Usage
Dim instance As HttpControllerSettings
Dim value As ServicesContainer
value = instance.Services
public ServicesContainer Services { get; }
public:
property ServicesContainer^ Services {
ServicesContainer^ get ();
}
member Services : ServicesContainer
function get Services () : ServicesContainer
Property Value
Type: System.Web.Http.Controllers.ServicesContainer
The collection of service instances.