1 implementation of Activate
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\DefaultControllerPropertyActivator.cs (1)
17public void Activate(ControllerContext context, object controller)
1 reference to Activate
Microsoft.AspNetCore.Mvc.Core (1)
Controllers\DefaultControllerFactory.cs (1)
53propertyActivator.Activate(context, controller);