ApiDescription.ParameterDescriptions 属性

定义

获取此 API 的 ApiParameterDescription 的列表。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiParameterDescription ^> ^ ParameterDescriptions { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiParameterDescription ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription> ParameterDescriptions { get; }
member this.ParameterDescriptions : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription>
Public ReadOnly Property ParameterDescriptions As IList(Of ApiParameterDescription)

属性值

适用于