Share via


HttpMethodMetadata.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)

속성 값

구현

적용 대상