다음을 통해 공유


IODataRoutingConvention 인터페이스

정의

OData 요청에 대한 컨트롤러와 작업을 선택하기 위한 추상화를 제공합니다.

public interface IODataRoutingConvention
type IODataRoutingConvention = interface
Public Interface IODataRoutingConvention
파생

메서드

SelectAction(ODataPath, HttpControllerContext, ILookup<String,HttpActionDescriptor>)

OData 요청에 대한 작업을 선택합니다.

SelectAction(RouteContext)

OData 요청에 대한 컨트롤러 및 작업을 선택합니다.

SelectController(ODataPath, HttpRequestMessage)

OData 요청에 대한 컨트롤러를 선택합니다.

적용 대상