Compartir a través de


IntRouteConstraint Clase

Definición

Restringe un parámetro de ruta para representar solo valores enteros de 32 bits.

public ref class IntRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraint
public class IntRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint
public class IntRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy
type IntRouteConstraint = class
    interface IRouteConstraint
type IntRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
type IntRouteConstraint = class
    interface IParameterPolicy
    interface IRouteConstraint
type IntRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
    interface IParameterLiteralNodeMatchingPolicy
Public Class IntRouteConstraint
Implements IRouteConstraint
Public Class IntRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint
Herencia
IntRouteConstraint
Implementaciones

Constructores

IntRouteConstraint()

Restringe un parámetro de ruta para representar solo valores enteros de 32 bits.

Métodos

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

Determina si el parámetro de dirección URL contiene un valor válido para esta restricción.

Implementaciones de interfaz explícitas

IParameterLiteralNodeMatchingPolicy.MatchesLiteral(String, String)

Restringe un parámetro de ruta para representar solo valores enteros de 32 bits.

Se aplica a