IParameterLiteralNodeMatchingPolicy 接口

定义

定义类必须实现的协定,以便检查文本值是否对给定约束有效。 当参数实现此接口时,路由器能够优化路由表中与此约束不匹配的某些路径。

public interface IParameterLiteralNodeMatchingPolicy : Microsoft.AspNetCore.Routing.IParameterPolicy
type IParameterLiteralNodeMatchingPolicy = interface
    interface IParameterPolicy
Public Interface IParameterLiteralNodeMatchingPolicy
Implements IParameterPolicy
派生
实现

方法

MatchesLiteral(String, String)

确定给定 literal 的 是否可与约束匹配。

适用于