Pardeep Garg

Pardeep Garg

  • 1.6k
  • 11
  • 473

How I can define route at runtime?

Jun 1 2018 12:55 AM
Hi,
 
I want to define my routing at runtime in web API.
 
Suppose my API ULR is  : https://localhost:port/a/b 
I can define domain during runtime to self host the same. But here a(controller) is fixed. But I want to define the same during runtime.
 
How I can do the same?
 
 

Answers (1)