3 implementations of Name
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\ActionModel.cs (1)
155
string ICommonModel.
Name
=> ActionName;
ApplicationModels\ControllerModel.cs (1)
100
string ICommonModel.
Name
=> ControllerName;
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\PageHandlerModel.cs (1)
73
public string
Name
{ get; set; } = default!;