Fixup DebuggerDisplay for PageActionDescriptor
This commit is contained in:
parent
57be52e4c1
commit
f0c552ee49
|
|
@ -81,6 +81,6 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages
|
|||
}
|
||||
}
|
||||
|
||||
private string DebuggerDisplayString() => $"{{ViewEnginePath = {nameof(ViewEnginePath)}, RelativePath = {nameof(RelativePath)}}}";
|
||||
private string DebuggerDisplayString => $"{{ViewEnginePath = {nameof(ViewEnginePath)}, RelativePath = {nameof(RelativePath)}}}";
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue