ApiConventionApplicationModelConvention 构造函数

定义

初始化 ApiConventionApplicationModelConvention 的新实例。

public:
 ApiConventionApplicationModelConvention(Microsoft::AspNetCore::Mvc::ProducesErrorResponseTypeAttribute ^ defaultErrorResponseType);
public ApiConventionApplicationModelConvention (Microsoft.AspNetCore.Mvc.ProducesErrorResponseTypeAttribute defaultErrorResponseType);
new Microsoft.AspNetCore.Mvc.ApplicationModels.ApiConventionApplicationModelConvention : Microsoft.AspNetCore.Mvc.ProducesErrorResponseTypeAttribute -> Microsoft.AspNetCore.Mvc.ApplicationModels.ApiConventionApplicationModelConvention
Public Sub New (defaultErrorResponseType As ProducesErrorResponseTypeAttribute)

参数

defaultErrorResponseType
ProducesErrorResponseTypeAttribute

要使用的错误类型。 如果未推断默认错误类型,请使用 Void

适用于