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