ApiParameterRouteInfo Class

Definition

A metadata description of routing information for an ApiParameterDescription.

public ref class ApiParameterRouteInfo
public class ApiParameterRouteInfo
type ApiParameterRouteInfo = class
Public Class ApiParameterRouteInfo
Inheritance
ApiParameterRouteInfo

Constructors

ApiParameterRouteInfo()

Properties

Constraints

Gets or sets the set of IRouteConstraint objects for the parameter.

DefaultValue

Gets or sets the default value for the parameter.

IsOptional

Gets a value indicating whether not a parameter is considered optional by routing.

Applies to