ParameterModelBase Class

Definition

A model type for reading and manipulation properties and parameters.

Derived instances of this type represent properties and parameters for controllers, and Razor Pages.

public ref class ParameterModelBase abstract : Microsoft::AspNetCore::Mvc::ApplicationModels::IBindingModel
public abstract class ParameterModelBase : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel
type ParameterModelBase = class
    interface IBindingModel
Public MustInherit Class ParameterModelBase
Implements IBindingModel
Inheritance
ParameterModelBase
Derived
Implements

Constructors

ParameterModelBase(ParameterModelBase)

Copy constructor.

ParameterModelBase(Type, IReadOnlyList<Object>)

Initializes a new instance of a ParameterModelBase.

Properties

Attributes

The attributes.

BindingInfo

The BindingInfo.

Name

The name.

ParameterType

The type.

Properties

The properties.

Applies to