다음을 통해 공유


HttpMethodActionConstraint.HttpMethods 속성

정의

허용되는 HTTP 메서드 목록을 가져옵니다. 모든 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)

속성 값

적용 대상