ViewDataDictionaryControllerPropertyActivator Class

Definition

Represents a IControllerActivatorProvider for a view data dictionary controller.

public ref class ViewDataDictionaryControllerPropertyActivator : Microsoft::AspNetCore::Mvc::Internal::IControllerPropertyActivator
public ref class ViewDataDictionaryControllerPropertyActivator
public class ViewDataDictionaryControllerPropertyActivator : Microsoft.AspNetCore.Mvc.Internal.IControllerPropertyActivator
public class ViewDataDictionaryControllerPropertyActivator
type ViewDataDictionaryControllerPropertyActivator = class
    interface IControllerPropertyActivator
type ViewDataDictionaryControllerPropertyActivator = class
Public Class ViewDataDictionaryControllerPropertyActivator
Implements IControllerPropertyActivator
Public Class ViewDataDictionaryControllerPropertyActivator
Inheritance
ViewDataDictionaryControllerPropertyActivator
Implements
Microsoft.AspNetCore.Mvc.Internal.IControllerPropertyActivator

Constructors

ViewDataDictionaryControllerPropertyActivator(IModelMetadataProvider)

Initializes a new instance of ViewDataDictionaryControllerPropertyActivator.

Methods

Activate(ControllerContext, Object) Microsoft.AspNetCore.Mvc.Internal.IControllerPropertyActivator.Activate(Microsoft.AspNetCore.Mvc.ControllerContext,System.Object)
GetActivatorDelegate(ControllerActionDescriptor) Microsoft.AspNetCore.Mvc.Internal.IControllerPropertyActivator.GetActivatorDelegate(Microsoft.AspNetCore.Mvc.Controllers.ControllerActionDescriptor)

Applies to