ApiParameterRouteInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |