Fix API breaking change from routing

This commit is contained in:
Ryan Nowak 2014-03-10 10:40:15 -07:00
parent e4e665075c
commit 2731caf476
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ namespace Microsoft.AspNet.Mvc
}
}
public string BindPath(BindPathContext context)
public string GetVirtualPath(VirtualPathContext context)
{
// For now just allow any values to target this application.
context.IsBound = true;