Microsoft.AspNetCore.Mvc.ApplicationModels Namespace¶
-
namespace
Microsoft.AspNetCore.Mvc.ApplicationModels¶ Interfaces
- interface
IActionModelConvention - Allows customization of the of the
Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel. - interface
IApiExplorerModel - interface
IApplicationModelConvention - Allows customization of the of the
Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModel. - interface
IApplicationModelProvider - Builds or modifies an
Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModelfor action discovery. - interface
IBindingModel - interface
ICommonModel - interface
IControllerModelConvention - Allows customization of the of the
Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel. - interface
IFilterModel - interface
IParameterModelConvention - Allows customization of the of the
Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel. - interface
IPropertyModel
Classes
- class
ActionModel - class
ApiExplorerModel - A model for ApiExplorer properties associated with a controller or action.
- class
ApplicationModel - class
ApplicationModelProviderContext - A context object for
Microsoft.AspNetCore.Mvc.ApplicationModels.IApplicationModelProvider. - class
AttributeRouteModel - class
ControllerModel - class
ParameterModel - class
PropertyModel - A type which is used to represent a property in a
Microsoft.AspNetCore.Mvc.ApplicationModels.ControllerModel. - class
SelectorModel
- interface