ApiConventionNameMatchAttribute(ApiConventionNameMatchBehavior) 构造函数

定义

初始化 ApiConventionNameMatchAttribute 的新实例。

public:
 ApiConventionNameMatchAttribute(Microsoft::AspNetCore::Mvc::ApiExplorer::ApiConventionNameMatchBehavior matchBehavior);
public ApiConventionNameMatchAttribute (Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior matchBehavior);
new Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchAttribute : Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchBehavior -> Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionNameMatchAttribute
Public Sub New (matchBehavior As ApiConventionNameMatchBehavior)

参数

适用于