1
Answer

How I can define route at runtime?

Photo of Pardeep Garg

Pardeep Garg

7y
582
1
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)