Share via


ODataIgnoredAttribute Class

Definition

When used to decorate a Controller or Controller method, instructs OData to exclude that item from the OData routing conventions.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class ODataIgnoredAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)>]
type ODataIgnoredAttribute = class
    inherit Attribute
Public NotInheritable Class ODataIgnoredAttribute
Inherits Attribute
Inheritance
ODataIgnoredAttribute
Attributes

Constructors

ODataIgnoredAttribute()

Applies to