MaxLengthRouteConstraint 类   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将路由参数约束为有一个最大长度的字符串。
public ref class MaxLengthRouteConstraint : Microsoft::AspNetCore::Routing::IRouteConstraintpublic class MaxLengthRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraintpublic class MaxLengthRouteConstraint : Microsoft.AspNetCore.Routing.IRouteConstraint, Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicytype MaxLengthRouteConstraint = class
    interface IRouteConstrainttype MaxLengthRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicy
    interface IParameterLiteralNodeMatchingPolicytype MaxLengthRouteConstraint = class
    interface IRouteConstraint
    interface IParameterPolicytype MaxLengthRouteConstraint = class
    interface IParameterPolicy
    interface IRouteConstraintPublic Class MaxLengthRouteConstraint
Implements IRouteConstraintPublic Class MaxLengthRouteConstraint
Implements IParameterLiteralNodeMatchingPolicy, IRouteConstraint- 继承
- 
				MaxLengthRouteConstraint
- 实现
构造函数
| MaxLengthRouteConstraint(Int32) | 初始化 MaxLengthRouteConstraint 类的新实例。 | 
属性
| MaxLength | 获取路由参数允许的最大长度。 | 
方法
| Match(HttpContext, IRouter, String, RouteValueDictionary, RouteDirection) | 确定 URL 参数是否包含此约束的有效值。 | 
显式接口实现
| IParameterLiteralNodeMatchingPolicy.MatchesLiteral(String, String) | 将路由参数约束为有一个最大长度的字符串。 |