OData / ODataSamples

Samples: For ODataLib, OData Web API, RESTier, etc.
http://odata.github.io/
Other
296 stars 223 forks source link

Using attribute routing looks not possible using this way #68

Open naik899 opened 6 years ago

naik899 commented 6 years ago

If I have multi-tenant application with multiple models and I want to build these models dynamically and at the runtime route to appropriate controller and actions using Attribute routing, this looks impossible with the current way

piyushparate1 commented 6 years ago

Hi Ravindra. Are you able to create models dynamically and add the data into those model?

naik899 commented 6 years ago

Yes, I am able to create models attribute routing isn't working