ControllerBase.Unauthorized Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Unauthorized(Object) |
Erstellt eine UnauthorizedObjectResult, die eine Status401Unauthorized Antwort erzeugt. |
Unauthorized() |
Erstellt eine UnauthorizedResult, die eine Status401Unauthorized Antwort erzeugt. |
Unauthorized(Object)
- Quelle:
- ControllerBase.cs
- Quelle:
- ControllerBase.cs
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 erstellte UnauthorizedObjectResult für die Antwort.
- Attribute
Gilt für:
Unauthorized()
- Quelle:
- ControllerBase.cs
- Quelle:
- ControllerBase.cs
- Quelle:
- ControllerBase.cs
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 erstellte UnauthorizedResult für die Antwort.
- Attribute