ODataNullValueAttribute Class

 

Represents an IActionFilter that converts null values in OData $value responses to HTTP 404 responses.

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

System::Object
  System::Attribute
    System.Web.Http.Filters::FilterAttribute
      System.Web.Http.Filters::ActionFilterAttribute
        System.Web.Http.OData::ODataNullValueAttribute

[AttributeUsageAttribute(AttributeTargets::Class | AttributeTargets::Method, 
	AllowMultiple = false)]
public ref class ODataNullValueAttribute sealed : ActionFilterAttribute

NameDescription
System_CAPS_pubpropertyAllowMultiple

Gets a value that indicates whether multiple filters are allowed.(Inherited from FilterAttribute.)

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: