Share via


UnauthorizedODataResult Class

Definition

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

Constructors

UnauthorizedODataResult(ODataError)
UnauthorizedODataResult(String)

Properties

Error

Methods

ExecuteResultAsync(ActionContext)

Applies to