다음을 통해 공유


ODataPathTemplate.TryMatch 메서드

정의

현재 템플릿과 OData 경로를 일치시킵니다.

public bool TryMatch (Microsoft.AspNet.OData.Routing.ODataPath path, System.Collections.Generic.IDictionary<string,object> values);
member this.TryMatch : Microsoft.AspNet.OData.Routing.ODataPath * System.Collections.Generic.IDictionary<string, obj> -> bool
Public Function TryMatch (path As ODataPath, values As IDictionary(Of String, Object)) As Boolean

매개 변수

path
ODataPath

일치시킬 OData 경로입니다.

values
IDictionary<String,Object>

일치하는 경우 업데이트할 일치 항목의 사전입니다.

반환

true 일치하는 경우 그렇지 않으면 입니다 false.

적용 대상