1 implementation of GroupName
Microsoft.AspNetCore.Mvc.Core (1)
ApiExplorerSettingsAttribute.cs (1)
19
public string?
GroupName
{ get; set; }
2 references to GroupName
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\DefaultApplicationModelProvider.cs (2)
184
controllerModel.ApiExplorer.GroupName = apiGroupName.
GroupName
;
292
actionModel.ApiExplorer.GroupName = apiGroupName.
GroupName
;