Freigeben über


DoubleRouteConstraint Klasse

Definition

Schränkt einen Routenparameter so ein, dass er nur 64-Bit-Gleitkommawerte darstellt.

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

Konstruktoren

DoubleRouteConstraint()

Schränkt einen Routenparameter so ein, dass er nur 64-Bit-Gleitkommawerte 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 64-Bit-Gleitkommawerte darstellt.

Gilt für: