ControllerModel Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A model for configuring controllers.
public ref class ControllerModel : Microsoft::AspNetCore::Mvc::ApplicationModels::IApiExplorerModel, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel, Microsoft::AspNetCore::Mvc::ApplicationModels::IFilterModelpublic class ControllerModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IApiExplorerModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel, Microsoft.AspNetCore.Mvc.ApplicationModels.IFilterModeltype ControllerModel = class
    interface ICommonModel
    interface IPropertyModel
    interface IFilterModel
    interface IApiExplorerModeltype ControllerModel = class
    interface IApiExplorerModel
    interface ICommonModel
    interface IPropertyModel
    interface IFilterModelPublic Class ControllerModel
Implements IApiExplorerModel, ICommonModel, IFilterModel- Inheritance
- 
				ControllerModel
- Implements
Constructors
| ControllerModel(ControllerModel) | Initializes a new instance of ControllerModel. | 
| ControllerModel(TypeInfo, IReadOnlyList<Object>) | Initializes a new instance of ControllerModel. | 
Properties
| Actions | The actions on this controller. | 
| ApiExplorer | Gets or sets the ApiExplorerModel for this controller. | 
| Application | Gets or sets the ApplicationModel of this controller. | 
| Attributes | The attributes of this controller. | 
| ControllerName | Gets or sets the name of this controller. | 
| ControllerProperties | The properties of this controller. | 
| ControllerType | The type of this controller. | 
| DisplayName | The DisplayName of this controller. | 
| Filters | The filter metadata of this controller. | 
| Properties | Gets a set of properties associated with the controller. These properties will be copied to Properties. | 
| RouteValues | Gets a collection of route values that must be present in the Values for the corresponding action to be selected. | 
| Selectors | The selector models of this controller. | 
Explicit Interface Implementations
| ICommonModel.MemberInfo | |
| ICommonModel.Name |