How can I create a route constraint of type System.Guid?
- by devlife
Can anyone point me in the right direction on how to map a route which requires two guids?
ie. http://blah.com/somecontroller/someaction/{firstGuid}/{secondGuid}
where both firstGuid and secondGuid are not optional and must be of type system.Guid?
Thanks