我有一個WCF服務配置,我正在使用路由來配置它。一切都按照我想要的方式工作,除了404消息有一個正文說明Service Endpoint not found. 我想讓404有一個空的響應主體。 這裏是我的路線報名: public class Global : HttpApplication
{
protected void Application_Start(object sende
我有一系列在System.Web.Routing中定義的路由,並且需要獲取具有.aspx擴展名的實際url。我試過這個代碼但我在這裏做得不對: var path = RouteTable.Routes.GetVirtualPath(null, item.Link, null);
var link = path.Route.GetVirtualPath(null, null);
if (link