다음을 통해 공유


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 동사 컬렉션입니다.

적용 대상

추가 정보