UCosmic.Www.Mvc.Areas.Establishments.Controllers.SupplementalFormsRouter.LocateGetWithoutReturnUrlRoute.LocateGetWithoutReturnUrlRoute C# (CSharp) Method

LocateGetWithoutReturnUrlRoute() public method

public LocateGetWithoutReturnUrlRoute ( ) : System
return System
            public LocateGetWithoutReturnUrlRoute()
            {
                Url = "establishments/{establishmentId}/locate";
                Constraints = new RouteValueDictionary(new
                {
                    establishmentId = new NonEmptyGuidRouteConstraint(),
                    httpMethod = new HttpMethodConstraint("GET"),
                });
            }
        }
SupplementalFormsRouter.LocateGetWithoutReturnUrlRoute