Define nested types like:
public class Class1
{
public class NestedController : ApiController
{
}
}
The NestedController won't recognized as a controller in web api
Comments: Fixed -- committed as [1] Henrik [1] http://aspnetwebstack.codeplex.com/SourceControl/changeset/c44fb644c5fc
public class Class1
{
public class NestedController : ApiController
{
}
}
The NestedController won't recognized as a controller in web api
Comments: Fixed -- committed as [1] Henrik [1] http://aspnetwebstack.codeplex.com/SourceControl/changeset/c44fb644c5fc