ApiDescriptionActionData Class¶
Summary¶
Represents data used to build an <c>ApiDescription</c>, stored as part of the [Microsoft.AspNet.Mvc.ActionDescriptor.Properties]().
Properties¶
-
GroupName
()¶ The <c>ApiDescription.GroupName</c> of <c>ApiDescription</c> objects for the associated action.
Return type: System.String public string GroupName { get; set; }
-