ApiDescriptionActionData Class¶
Represents data used to build an <code>ApiDescription</code>, stored as part of the
Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.Properties.
- Namespace
Microsoft.AspNetCore.Mvc.Internal- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Syntax¶
public class ApiDescriptionActionData
-
class
Microsoft.AspNetCore.Mvc.Internal.ApiDescriptionActionData
Properties¶
-
Microsoft.AspNetCore.Mvc.Internal.ApiDescriptionActionData.GroupName¶ The <code>ApiDescription.GroupName</code> of <code>ApiDescription</code> objects for the associated action.
Return type: System.String public string GroupName { get; set; }
-