1
我想改變我的web api的根url以運行一個動作,但是當使用嘗試映射時,我在運行時遇到一個錯誤,說我不能使用/
或~
作爲我的路線。MapHttpRoute web API的根url
config.Routes.MapHttpRoute("RootInformation", "/", new {controller = "Core", action = "GetInformation"});
如何去增加這根URL路徑
或使用'[路線( 「」)]'屬性的作用 – Orhan