IApiDescriptionGroupNameProvider Interface

Summary

Represents group name metadata for an <c>ApiDescription</c>.

Syntax

public interface IApiDescriptionGroupNameProvider

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.ApiExplorer.IApiDescriptionGroupNameProvider

Properties

GroupName()

The group name for the <c>ApiDescription</c> of the associated action or controller.

Return type:System.String
string GroupName { get; }