我想知道如何在UriTemplate中传递DateTime参数(即datatype=DateTime)
Url when creatin REST services ?example :if I want to pass date as 9/17/2012 in UriTemplate and serviceUrl then how to do it?
error since the URI has become http:/localhost/Service.svc/GetAllOrders/GetAllOrders[WebGet(UriTemplate= "GetAllOrders")] List<Order> GetAll();
你知道为什么Uritemplate被添加了两次吗