StringRouteConstraint.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 -> boolFunction MatchesLiteral (parameterName As String, literal As String) As Boolean Implements IParameterLiteralNodeMatchingPolicy.MatchesLiteralParameters
- parameterName
- String
- literal
- String