ApiConventionMethodAttribute(Type, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
方法名稱。