ControllerBase.Unauthorized Methode

Definition

Überlädt

Unauthorized(Object)

Erstellt eine UnauthorizedObjectResult , die eine Status401Unauthorized Antwort erzeugt.

Unauthorized()

Erstellt eine UnauthorizedResult , die eine Status401Unauthorized Antwort erzeugt.

Unauthorized(Object)

Erstellt eine UnauthorizedObjectResult , die eine Status401Unauthorized Antwort erzeugt.

public:
 virtual Microsoft::AspNetCore::Mvc::UnauthorizedObjectResult ^ Unauthorized(System::Object ^ value);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.UnauthorizedObjectResult Unauthorized (object value);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.UnauthorizedObjectResult Unauthorized (object? value);
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Unauthorized : obj -> Microsoft.AspNetCore.Mvc.UnauthorizedObjectResult
override this.Unauthorized : obj -> Microsoft.AspNetCore.Mvc.UnauthorizedObjectResult
Public Overridable Function Unauthorized (value As Object) As UnauthorizedObjectResult

Parameter

value
Object

Gibt zurück

Die für die Antwort erstellte UnauthorizedObjectResult .

Attribute

Gilt für:

Unauthorized()

Erstellt eine UnauthorizedResult , die eine Status401Unauthorized Antwort erzeugt.

public:
 virtual Microsoft::AspNetCore::Mvc::UnauthorizedResult ^ Unauthorized();
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.UnauthorizedResult Unauthorized ();
[<Microsoft.AspNetCore.Mvc.NonAction>]
abstract member Unauthorized : unit -> Microsoft.AspNetCore.Mvc.UnauthorizedResult
override this.Unauthorized : unit -> Microsoft.AspNetCore.Mvc.UnauthorizedResult
Public Overridable Function Unauthorized () As UnauthorizedResult

Gibt zurück

Die für die Antwort erstellte UnauthorizedResult .

Attribute

Gilt für: