次の方法で共有


HttpMethodConstraint.AllowedMethods プロパティ

定義

ルートに使用できる HTTP 動詞のコレクションを取得します。

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

プロパティ値

ルートに使用できる HTTP 動詞のコレクション。

適用対象

こちらもご覧ください