HandlerParameterDescriptor Class

Definition

Describes an handler parameter.

public ref class HandlerParameterDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class HandlerParameterDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IParameterInfoParameterDescriptor
public class HandlerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class HandlerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IParameterInfoParameterDescriptor
type HandlerParameterDescriptor = class
    inherit ParameterDescriptor
type HandlerParameterDescriptor = class
    inherit ParameterDescriptor
    interface IParameterInfoParameterDescriptor
Public Class HandlerParameterDescriptor
Inherits ParameterDescriptor
Public Class HandlerParameterDescriptor
Inherits ParameterDescriptor
Implements IParameterInfoParameterDescriptor
Inheritance
HandlerParameterDescriptor
Implements

Constructors

HandlerParameterDescriptor()

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