HandlerParameterDescriptor Class

Definition

Describes an handler parameter.

C#
public class HandlerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
C#
public class HandlerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IParameterInfoParameterDescriptor
Inheritance
HandlerParameterDescriptor
Implements

Constructors

Properties

BindingInfo

Gets or sets the BindingInfo for the parameter.

(Inherited from ParameterDescriptor)
Name

Gets or sets the parameter name.

(Inherited from ParameterDescriptor)
ParameterInfo

Gets or sets the ParameterInfo.

ParameterType

Gets or sets the type of the parameter.

(Inherited from ParameterDescriptor)

Applies to

Product Versions
ASP.NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0