IInlineConstraintResolver.ResolveConstraint Method (String)
Resolves the inline constraint.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
IRouteConstraint ResolveConstraint(
string inlineConstraint
)
IRouteConstraint^ ResolveConstraint(
String^ inlineConstraint
)
abstract ResolveConstraint :
inlineConstraint:string -> IRouteConstraint
Function ResolveConstraint (
inlineConstraint As String
) As IRouteConstraint
Parameters
inlineConstraint
Type: System.StringThe inline constraint to resolve.
Return Value
Type: System.Web.Routing.IRouteConstraint
The IRouteConstraint the inline constraint was resolved to.
See Also
IInlineConstraintResolver Interface
System.Web.Mvc.Routing Namespace
Return to top