ControllerServices Constructor
Initializes a new instance of the ControllerServices class.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Sub New ( _
parent As ServicesContainer _
)
'Usage
Dim parent As ServicesContainer
Dim instance As New ControllerServices(parent)
public ControllerServices(
ServicesContainer parent
)
public:
ControllerServices(
ServicesContainer^ parent
)
new :
parent:ServicesContainer -> ControllerServices
public function ControllerServices(
parent : ServicesContainer
)
Parameters
parent
Type: System.Web.Http.Controllers.ServicesContainerThe parent services container.