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