IParameterLiteralNodeMatchingPolicy 接口    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义类必须实现的协定,以便检查文本值是否对给定约束有效。 当参数实现此接口时,路由器能够优化路由表中与此约束不匹配的某些路径。
public interface IParameterLiteralNodeMatchingPolicy : Microsoft.AspNetCore.Routing.IParameterPolicytype IParameterLiteralNodeMatchingPolicy = interface
    interface IParameterPolicyPublic Interface IParameterLiteralNodeMatchingPolicy
Implements IParameterPolicy- 派生
- 实现
方法
| MatchesLiteral(String, String) | 确定给定  |