다음을 통해 공유


ODataRouteAttribute 클래스

정의

ODataController의 작업에 배치하여 작업이 처리하는 OData URL을 지정할 수 있는 특성을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class ODataRouteAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)>]
type ODataRouteAttribute = class
    inherit Attribute
Public NotInheritable Class ODataRouteAttribute
Inherits Attribute
상속
ODataRouteAttribute
특성

생성자

ODataRouteAttribute()

ODataRouteAttribute 클래스의 새 인스턴스를 초기화합니다.

ODataRouteAttribute(String)

ODataRouteAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

PathTemplate

이 작업에서 처리하는 OData URL 경로 템플릿을 가져옵니다.

RouteName

특성을 연결할 OData 경로를 가져오거나 설정합니다.

적용 대상