次の方法で共有


ApiConventionResult(IReadOnlyList<IApiResponseMetadataProvider>) コンストラクター

定義

ApiConventionResult の新しいインスタンスを初期化します。

public:
 ApiConventionResult(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ApiExplorer::IApiResponseMetadataProvider ^> ^ responseMetadataProviders);
public ApiConventionResult (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider> responseMetadataProviders);
new Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionResult : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider> -> Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionResult
Public Sub New (responseMetadataProviders As IReadOnlyList(Of IApiResponseMetadataProvider))

パラメーター

responseMetadataProviders
IReadOnlyList<IApiResponseMetadataProvider>

アクションに関連付けられている の IApiResponseMetadataProvider シーケンス。

適用対象