共用方式為


HttpMethodRouteConstraint.AllowedMethods 屬性

定義

取得條件約束所允許的 HTTP 方法。

public:
 property System::Collections::Generic::IList<System::String ^> ^ AllowedMethods { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AllowedMethods { get; }
member this.AllowedMethods : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedMethods As IList(Of String)

屬性值

適用於