HttpMethodAttribute.HttpMethods プロパティ

定義

このアクション プロバイダーがサポートする http メソッドの一覧。

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

プロパティ値

実装

適用対象