DecimalRouteConstraint 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.
Constrains a route parameter to represent only decimal values.
public ref class DecimalRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraintpublic class DecimalRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraintpublic class DecimalRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicytype DecimalRouteConstraint = class
    interface IRouteConstrainttype DecimalRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
    interface IParameterLiteralNodeMatchingPolicytype DecimalRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicytype DecimalRouteConstraint = class
    interface IParameterPolicy
    interface IRouteConstraintPublic Class DecimalRouteConstraint
Implements IRouteConstraintPublic Class DecimalRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint- Inheritance
- 
				DecimalRouteConstraint
- Implements
Constructors
| DecimalRouteConstraint() | 
Methods
| Match(HttpContext, IRouter, String, RouteValueDictionary, RouteDirection) | Determines whether the URL parameter contains a valid value for this constraint. | 
Explicit Interface Implementations
| IParameterLiteralNodeMatchingPolicy.MatchesLiteral(String, String) |