次の方法で共有


IHttpMethodMetadata.HttpMethods プロパティ

定義

ルーティング中に使用される HTTP メソッドの読み取り専用コレクションを返します。 空のコレクションは、任意の HTTP メソッドを受け入れることを意味します。

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

プロパティ値

適用対象