|
Accepted(String)
|
Status202Accepted Tworzy odpowiedź.
|
|
Accepted(Uri)
|
Status202Accepted Tworzy odpowiedź.
|
|
Accepted<TValue>(String, TValue)
|
Status202Accepted Tworzy odpowiedź.
|
|
Accepted<TValue>(Uri, TValue)
|
Status202Accepted Tworzy odpowiedź.
|
|
AcceptedAtRoute(String, Object)
|
Status202Accepted Tworzy odpowiedź.
|
|
AcceptedAtRoute(String, RouteValueDictionary)
|
Status202Accepted Tworzy odpowiedź.
|
|
AcceptedAtRoute<TValue>(TValue, String, Object)
|
Status202Accepted Tworzy odpowiedź.
|
|
AcceptedAtRoute<TValue>(TValue, String, RouteValueDictionary)
|
Status202Accepted Tworzy odpowiedź.
|
|
BadRequest()
|
Status400BadRequest Tworzy odpowiedź.
|
|
BadRequest<TValue>(TValue)
|
Status400BadRequest Tworzy odpowiedź.
|
|
Bytes(Byte[], String, String, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue)
|
Zapisuje zawartość tablicy bajtów na odpowiedź.
Obsługuje to żądania zakresu (Status206PartialContent lub Status416RangeNotSatisfiable jeśli zakres nie jest możliwy do zaspokojenia).
Ten interfejs API jest aliasem dla elementu File(Byte[], String, String, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue).
|
|
Bytes(ReadOnlyMemory<Byte>, String, String, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue)
|
Zapisuje zawartość tablicy bajtów na odpowiedź.
Obsługuje to żądania zakresu (Status206PartialContent lub Status416RangeNotSatisfiable jeśli zakres nie jest możliwy do zaspokojenia).
|
|
Challenge(AuthenticationProperties, IList<String>)
|
Tworzy obiekt ChallengeHttpResult w przypadku wykonywania wywołuje element ChallengeAsync(HttpContext, String, AuthenticationProperties).
Zachowanie tej metody zależy od używanej IAuthenticationService metody.
Status401Unauthorized i Status403Forbidden są jednymi z prawdopodobnych wyników stanu.
|
|
Conflict()
|
Status409Conflict Tworzy odpowiedź.
|
|
Conflict<TValue>(TValue)
|
Status409Conflict Tworzy odpowiedź.
|
|
Content(String, MediaTypeHeaderValue)
|
content Zapisuje ciąg w odpowiedzi HTTP.
|
|
Content(String, String, Encoding, Nullable<Int32>)
|
content Zapisuje ciąg w odpowiedzi HTTP.
Jest to odpowiednik Text(String, String, Encoding, Nullable<Int32>).
|
|
Content(String, String, Encoding)
|
content Zapisuje ciąg w odpowiedzi HTTP.
Jest to odpowiednik Text(String, String, Encoding).
|
|
Created()
|
Status201Created Tworzy odpowiedź.
|
|
Created(String)
|
Status201Created Tworzy odpowiedź.
|
|
Created(Uri)
|
Status201Created Tworzy odpowiedź.
|
|
Created<TValue>(String, TValue)
|
Status201Created Tworzy odpowiedź.
|
|
Created<TValue>(Uri, TValue)
|
Status201Created Tworzy odpowiedź.
|
|
CreatedAtRoute(String, Object)
|
Status201Created Tworzy odpowiedź.
|
|
CreatedAtRoute(String, RouteValueDictionary)
|
Status201Created Tworzy odpowiedź.
|
|
CreatedAtRoute<TValue>(TValue, String, Object)
|
Status201Created Tworzy odpowiedź.
|
|
CreatedAtRoute<TValue>(TValue, String, RouteValueDictionary)
|
Status201Created Tworzy odpowiedź.
|
|
File(Byte[], String, String, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue)
|
Zapisuje zawartość tablicy bajtów na odpowiedź.
Obsługuje to żądania zakresu (Status206PartialContent lub Status416RangeNotSatisfiable jeśli zakres nie jest możliwy do zaspokojenia).
Ten interfejs API jest aliasem dla elementu Bytes(Byte[], String, String, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue).
|
|
File(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)
|
Zapisuje określony Stream element w odpowiedzi.
Obsługuje to żądania zakresu (Status206PartialContent lub Status416RangeNotSatisfiable jeśli zakres nie jest możliwy do zaspokojenia).
Ten interfejs API jest aliasem dla elementu Stream(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean).
|
|
Forbid(AuthenticationProperties, IList<String>)
|
Tworzy obiekt ForbidHttpResult w przypadku wykonywania wywołuje element ForbidAsync(HttpContext, String, AuthenticationProperties).
Domyślnie wykonanie tego wyniku zwraca wartość Status403Forbidden. Niektóre schematy uwierzytelniania, takie jak pliki cookie, zostaną przekonwertowane Status403Forbidden na przekierowanie w celu wyświetlenia strony logowania.
|
|
InternalServerError()
|
Status500InternalServerError Tworzy odpowiedź.
|
|
InternalServerError<TValue>(TValue)
|
Status500InternalServerError Tworzy odpowiedź.
|
|
Json<TValue>(TValue, JsonSerializerContext, String, Nullable<Int32>)
|
Tworzy obiekt JsonHttpResult<TValue> , który serializuje określony obiekt w formacie data JSON.
|
|
Json<TValue>(TValue, JsonSerializerOptions, String, Nullable<Int32>)
|
Tworzy obiekt JsonHttpResult<TValue> , który serializuje określony obiekt w formacie data JSON.
|
|
Json<TValue>(TValue, JsonTypeInfo<TValue>, String, Nullable<Int32>)
|
Tworzy obiekt JsonHttpResult<TValue> , który serializuje określony obiekt w formacie data JSON.
|
|
LocalRedirect(String, Boolean, Boolean)
|
Przekierowuje do określonego localUrlelementu .
|
|
NoContent()
|
Status204NoContent Tworzy odpowiedź.
|
|
NotFound()
|
Status404NotFound Tworzy odpowiedź.
|
|
NotFound<TValue>(TValue)
|
Status404NotFound Tworzy odpowiedź.
|
|
Ok()
|
Status200OK Tworzy odpowiedź.
|
|
Ok<TValue>(TValue)
|
Status200OK Tworzy odpowiedź.
|
|
PhysicalFile(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)
|
Zapisuje plik w określonej path odpowiedzi.
Obsługuje to żądania zakresu (Status206PartialContent lub Status416RangeNotSatisfiable jeśli zakres nie jest możliwy do zaspokojenia).
|
|
Problem(ProblemDetails)
|
ProblemDetails Tworzy odpowiedź.
|
|
Problem(String, String, Nullable<Int32>, String, String, IDictionary<String,Object>)
|
ProblemDetails Tworzy odpowiedź.
|
|
Problem(String, String, Nullable<Int32>, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
ProblemDetails Tworzy odpowiedź.
|
|
Redirect(String, Boolean, Boolean)
|
Przekierowuje do określonego urlelementu .
|
|
RedirectToRoute(String, Object, Boolean, Boolean, String)
|
Przekierowuje do określonej trasy.
|
|
RedirectToRoute(String, RouteValueDictionary, Boolean, Boolean, String)
|
Przekierowuje do określonej trasy.
|
|
ServerSentEvents(IAsyncEnumerable<String>, String)
|
ServerSentEventsResult<T> Tworzy odpowiedź.
|
|
ServerSentEvents<T>(IAsyncEnumerable<SseItem<T>>)
|
ServerSentEventsResult<T> Tworzy odpowiedź.
|
|
ServerSentEvents<T>(IAsyncEnumerable<T>, String)
|
ServerSentEventsResult<T> Tworzy odpowiedź.
|
|
SignIn(ClaimsPrincipal, AuthenticationProperties, String)
|
Tworzy obiekt SignInHttpResult w przypadku wykonywania wywołuje element SignInAsync(HttpContext, String, ClaimsPrincipal, AuthenticationProperties).
|
|
SignOut(AuthenticationProperties, IList<String>)
|
Tworzy obiekt SignOutHttpResult w przypadku wykonywania wywołuje element SignOutAsync(HttpContext, String, AuthenticationProperties).
|
|
StatusCode(Int32)
|
StatusCodeHttpResult Tworzy obiekt, określając obiekt statusCode.
|
|
Stream(Func<Stream,Task>, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue)
|
Umożliwia zapisywanie bezpośrednio w treści odpowiedzi.
|
|
Stream(PipeReader, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)
|
Zapisuje zawartość określonej PipeReader odpowiedzi.
Obsługuje to żądania zakresu (Status206PartialContent lub Status416RangeNotSatisfiable jeśli zakres nie jest możliwy do zaspokojenia).
|
|
Stream(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)
|
Zapisuje określony Stream element w odpowiedzi.
Obsługuje to żądania zakresu (Status206PartialContent lub Status416RangeNotSatisfiable jeśli zakres nie jest możliwy do zaspokojenia).
Ten interfejs API jest aliasem dla elementu File(Stream, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean).
|
|
Text(ReadOnlySpan<Byte>, String, Nullable<Int32>)
|
Zapisuje zawartość tekstowa utf8Content UTF8 w odpowiedzi HTTP.
|
|
Text(String, String, Encoding, Nullable<Int32>)
|
content Zapisuje ciąg w odpowiedzi HTTP.
Jest to alias dla elementu Content(String, String, Encoding, Nullable<Int32>).
|
|
Text(String, String, Encoding)
|
content Zapisuje ciąg w odpowiedzi HTTP.
Jest to alias dla elementu Content(String, String, Encoding).
|
|
Unauthorized()
|
Status401Unauthorized Tworzy odpowiedź.
|
|
UnprocessableEntity()
|
Status422UnprocessableEntity Tworzy odpowiedź.
|
|
UnprocessableEntity<TValue>(TValue)
|
Status422UnprocessableEntity Tworzy odpowiedź.
|
|
ValidationProblem(IDictionary<String,String[]>, String, String, String, String, IDictionary<String,Object>)
|
Status400BadRequest Tworzy odpowiedź z wartościąHttpValidationProblemDetails.
|
|
ValidationProblem(IEnumerable<KeyValuePair<String,String[]>>, String, String, String, String, IEnumerable<KeyValuePair<String,Object>>)
|
Status400BadRequest Tworzy odpowiedź z wartościąHttpValidationProblemDetails.
|
|
VirtualFile(String, String, String, Nullable<DateTimeOffset>, EntityTagHeaderValue, Boolean)
|
Zapisuje plik w określonej path odpowiedzi.
Obsługuje to żądania zakresu (Status206PartialContent lub Status416RangeNotSatisfiable jeśli zakres nie jest możliwy do zaspokojenia).
|