Share via


NotFoundODataResult Class

Definition

public class NotFoundODataResult : Microsoft.AspNetCore.Mvc.NotFoundResult, Microsoft.AspNet.OData.Results.IODataErrorResult
type NotFoundODataResult = class
    inherit NotFoundResult
    interface IODataErrorResult
Public Class NotFoundODataResult
Inherits NotFoundResult
Implements IODataErrorResult
Inheritance
NotFoundODataResult
Implements

Constructors

NotFoundODataResult(ODataError)
NotFoundODataResult(String)

Properties

Error

Methods

ExecuteResultAsync(ActionContext)

Applies to