다음을 통해 공유


HttpMethodRouteConstraint.AllowedMethods 속성

정의

제약 조건에서 허용하는 HTTP 메서드를 가져옵니다.

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

속성 값

적용 대상