Fix debug string

This commit is contained in:
Yishai Galatzer 2014-03-17 23:26:04 -07:00
parent cfb06c0de3
commit 7d9a6297f9
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
using System; using System.Diagnostics;
using System.Diagnostics;
using System.Reflection; using System.Reflection;
namespace Microsoft.AspNet.Mvc namespace Microsoft.AspNet.Mvc
{ {
[DebuggerDisplay("CA {Path}:{Name}(RC-{RouteConstraints.Count})")] [DebuggerDisplay("CA {ControllerName}:{Name}(RC-{RouteConstraints.Count})")]
public class ReflectedActionDescriptor : ActionDescriptor public class ReflectedActionDescriptor : ActionDescriptor
{ {
public string ControllerName public string ControllerName