I have configured my url like below
[Route("abc-yyy-{value}")]
I want to get the {value} to a string. can some one please guide me