Fix API breaking change from routing
This commit is contained in:
parent
e4e665075c
commit
2731caf476
|
|
@ -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.
|
// For now just allow any values to target this application.
|
||||||
context.IsBound = true;
|
context.IsBound = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue