IntRouteConstraint 클래스

정의

32비트 정수 값만 나타내도록 경로 매개 변수를 제한합니다.

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
상속
IntRouteConstraint
구현

생성자

IntRouteConstraint()

32비트 정수 값만 나타내도록 경로 매개 변수를 제한합니다.

메서드

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

URL 매개 변수가 이 제약 조건에 유효한 값을 포함하는지 여부를 확인합니다.

명시적 인터페이스 구현

IParameterLiteralNodeMatchingPolicy.MatchesLiteral(String, String)

32비트 정수 값만 나타내도록 경로 매개 변수를 제한합니다.

적용 대상