Table of Contents

Class ODataNullValueAttribute

Namespace
System.Web.Http.OData
Assembly
System.Web.Http.OData.dll

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

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false)]
public sealed class ODataNullValueAttribute : ActionFilterAttribute
Inheritance
ODataNullValueAttribute

Constructors

ODataNullValueAttribute()

public ODataNullValueAttribute()

Methods

OnActionExecuted(HttpActionExecutedContext)

public override void OnActionExecuted(HttpActionExecutedContext actionExecutedContext)

Parameters

actionExecutedContext HttpActionExecutedContext