Freigeben über


DecimalRouteConstraint Klasse

Definition

Schränkt einen Routenparameter so ein, dass er nur Dezimalwerte darstellt.

public ref class DecimalRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraint
public class DecimalRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint
public class DecimalRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy
type DecimalRouteConstraint = class
    interface IRouteConstraint
type DecimalRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
type DecimalRouteConstraint = class
    interface IParameterPolicy
    interface IRouteConstraint
type DecimalRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
    interface IParameterLiteralNodeMatchingPolicy
Public Class DecimalRouteConstraint
Implements IRouteConstraint
Public Class DecimalRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint
Vererbung
DecimalRouteConstraint
Implementiert

Konstruktoren

DecimalRouteConstraint()

Schränkt einen Routenparameter so ein, dass er nur Dezimalwerte darstellt.

Methoden

Match(HttpContext, IRouter, String, RouteValueDictionary, RouteDirection)

Bestimmt, ob der URL-Parameter einen gültigen Wert für diese Einschränkung enthält.

Explizite Schnittstellenimplementierungen

IParameterLiteralNodeMatchingPolicy.MatchesLiteral(String, String)

Schränkt einen Routenparameter so ein, dass er nur Dezimalwerte darstellt.

Gilt für: