context.MapRoute(
"Events_default",
"test/{OID}/EventsCommon/{action}/{id}",
new { action = "Index", id = UrlParameter.Optional, controller = "Common" }
);
request.send()没有任何反应。
问题是此代码。 Catch块中未显示任何错误。它跳过了Catch块和每次调试。任何想法?