UCosmic.Www.Mvc.Areas.Establishments.Controllers.SupplementalFormsRouter.LocateGetWithoutReturnUrlRoute.LocateGetWithoutReturnUrlRoute C# (CSharp) 메소드

LocateGetWithoutReturnUrlRoute() 공개 메소드

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