Answered WCF Routes using WebAPI

  • 6 martie 2012 06:39
     
      Are cod

    Is is possible to create a WCF Data Service using the pattern used by MapHttpRoute, something as follows:

    routes.MapHttpRoute(
              name: "Account",
              routeTemplate: "Case/{accountname}",
              defaults: new DataServiceHostFactory()
          );
    where on CreatDataSource - I could get the value of "accountname" to determine some bussiness logic?

    Haroon


Toate mesajele