Fix debug string
This commit is contained in:
parent
cfb06c0de3
commit
7d9a6297f9
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue