共用方式為


ApiConventionMethodAttribute(Type, String) 建構函式

定義

ApiConventionMethodAttribute使用 conventionType 和指定的 methodName 初始化 實例。

public:
 ApiConventionMethodAttribute(Type ^ conventionType, System::String ^ methodName);
public ApiConventionMethodAttribute (Type conventionType, string methodName);
new Microsoft.AspNetCore.Mvc.ApiConventionMethodAttribute : Type * string -> Microsoft.AspNetCore.Mvc.ApiConventionMethodAttribute
Public Sub New (conventionType As Type, methodName As String)

參數

conventionType
Type

Type慣例的 。

慣例必須是靜態類型。 慣例中的方法會使用 指定的 ApiConventionNameMatchAttribute 規則,比對動作方法,這些規則可以套用至方法名稱或其參數,以及 ApiConventionTypeMatchAttribute 套用至參數。

methodName
String

方法名稱。

適用於