LengthRouteConstraint.IParameterLiteralNodeMatchingPolicy.MatchesLiteral Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
bool IParameterLiteralNodeMatchingPolicy.MatchesLiteral (string parameterName, string literal);
abstract member Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy.MatchesLiteral : string * string -> bool
override this.Microsoft.AspNetCore.Routing.Matching.IParameterLiteralNodeMatchingPolicy.MatchesLiteral : string * string -> bool
Function MatchesLiteral (parameterName As String, literal As String) As Boolean Implements IParameterLiteralNodeMatchingPolicy.MatchesLiteral
Parameters
- parameterName
- String
- literal
- String