IApiDescriptionGroupCollectionProvider Interface

Provides access to a collection of Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroup.

Namespace
Microsoft.AspNetCore.Mvc.ApiExplorer
Assemblies
  • Microsoft.AspNetCore.Mvc.ApiExplorer

Syntax

public interface IApiDescriptionGroupCollectionProvider
interface Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupCollectionProvider

Properties

Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupCollectionProvider.ApiDescriptionGroups

Gets a collection of Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroup.

Return type:Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollection
ApiDescriptionGroupCollection ApiDescriptionGroups { get; }