Important
Some information relates to prerelease product that may be substantially modified before itâs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AsParametersAttributeSpecifies that a route handler delegate's parameter represents a structured parameter list.
BadHttpRequestExceptionRepresents an HTTP request error
BindingAddressAn address that a HTTP server may bind to.
ConnectionInfoRepresents the underlying connection for a request.
CookieBuilderDefines settings used to create a cookie.
CookieOptionsOptions used to create a new cookie.
DefaultEndpointFilterInvocationContextProvides a default implementation for wrapping the HttpContext and parameters provided to a route handler.
DefaultHttpContextRepresents an implementation of the HTTP Context class.
DefaultHttpContextFactoryA factory for creating HttpContext instances.
DisableHttpMetricsAttributeSpecifies that HTTP request duration metrics is disabled for an endpoint.
EndpointRepresents a logical endpoint in an application.
EndpointDescriptionAttributeSpecifies a description for the endpoint in Metadata.
EndpointFilterExtensionsExtension methods for adding IEndpointFilter to a route handler.
EndpointFilterFactoryContextRepresents the information accessible via the route handler filter API when the user is constructing a new route handler.
EndpointFilterInvocationContextProvides an abstraction for wrapping the HttpContext and arguments provided to a route handler.
EndpointHttpContextExtensionsExtension methods to expose Endpoint on HttpContext.
EndpointMetadataCollectionA collection of arbitrary metadata associated with an endpoint.
EndpointSummaryAttributeSpecifies a summary in Metadata.
FormCollectionContains the parsed HTTP form values.
FormFileDefault implementation of IFormFile.
FormFileCollectionDefault implementation of IFormFileCollection.
HeaderDictionaryRepresents a wrapper for RequestHeaders and ResponseHeaders.
HeaderDictionaryExtensionsContains extension methods for modifying an IHeaderDictionary instance.
HeaderDictionaryTypeExtensionsExtension methods for accessing strongly typed HTTP request and response headers.
HeaderParsingHttpRequestExtensionsExtensions for header parsing.
HttpContextEncapsulates all HTTP-specific information about an individual HTTP request.
HttpContextAccessorProvides an implementation of IHttpContextAccessor based on the current execution context.
HttpContextFactoryRepresents methods used to create an HTTP context object.
HttpContextFeaturesExtensionsExtension methods for fetching proxy configuration from the current HttpContext.
HttpContextServerVariableExtensionsExtensions for reading HTTP server variables.
HttpMethodsContains methods to verify the request method of an HTTP request.
HttpProtocolContains methods to verify the request protocol version of an HTTP request.
HttpRequestRepresents the incoming side of an individual HTTP request.
HttpRequestJsonExtensionsExtension methods to read the request body as JSON.
HttpRequestRewindExtensionsExtension methods for enabling buffering in an HttpRequest.
HttpResponseRepresents the outgoing side of an individual HTTP request.
HttpResponseJsonExtensionsProvides extension methods for writing a JSON serialized value to the HTTP response.
HttpResponseWritingExtensionsConvenience methods for writing to the response.
HttpValidationProblemDetailsA ProblemDetails for validation errors.
MiddlewareFactoryDefault implementation for IMiddlewareFactory.
OpenApiRouteHandlerBuilderExtensionsExtension methods for adding Metadata that is meant to be consumed by OpenAPI libraries.
ProblemDetailsContextRepresent the current problem details context for the request.
ProblemDetailsOptionsOptions for controlling the behavior of WriteAsync(ProblemDetailsContext) and similar methods.
ProducesResponseTypeMetadataSpecifies the type of the value and status code returned by the action.
QueryCollectionThe HttpRequest query string collection
RequestDelegateFactoryCreates RequestDelegate implementations from Delegate request handlers.
RequestDelegateFactoryOptionsOptions for controlling the behavior of the RequestDelegate when created using RequestDelegateFactory.
RequestDelegateMetadataResultThe metadata inferred by InferMetadata(MethodInfo, RequestDelegateFactoryOptions). EndpointBuilder will be automatically populated with this metadata if provided. If this is passed to Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult), it will not repeat metadata inference. Any metadata that would be inferred should already be stored in the EndpointBuilder.
RequestDelegateResultThe result of creating a RequestDelegate from a Delegate
RequestFormReaderExtensionsExtension for HttpRequest.
RequestTrailerExtensionsHttpRequest extensions for working with request trailing headers.
ResponseExtensionsExtension methods for HttpResponse.
ResponseTrailerExtensionsContains extension methods for modifying the Trailer
response header and trailing headers in an HttpResponse.
A factory for IResult.
SendFileFallbackHelper type that allows copying a file to a Stream.
This type is part of ASP.NET Core's infrastructure and should not used by application code.
SendFileResponseExtensionsProvides extensions for HttpResponse exposing the SendFile extension.
SessionExtensionsExtension methods for ISession.
StatusCodesA collection of constants for HTTP status codes.
StreamResponseBodyFeatureAn implementation of IHttpResponseBodyFeature that aproximates all of the APIs over the given Stream.
TagsAttributeSpecifies a collection of tags in Metadata.
TypedResultsA typed factory for IResult types in Microsoft.AspNetCore.Http.HttpResults.
WebSocketAcceptContextA context for negotiating a websocket upgrade.
WebSocketManagerManages the establishment of WebSocket connections for a specific HTTP request.
IBindableFromHttpContext<TSelf>Defines a mechanism for creating an instance of a type from an HttpContext when binding parameters for an endpoint route handler delegate.
IContentTypeHttpResultDefines a contract that represents the result of an HTTP endpoint that contains a ContentType.
IEndpointFilterProvides an interface for implementing a filter targetting a route handler.
IFileHttpResultDefines a contract that represents the file result of an HTTP endpoint.
IFormCollectionRepresents the parsed form values sent with the HttpRequest.
IFormFileRepresents a file sent with the HttpRequest.
IFormFileCollectionRepresents the collection of files sent with the HttpRequest.
IHeaderDictionaryRepresents HttpRequest and HttpResponse headers
IHttpContextAccessorProvides access to the current HttpContext, if one is available.
IHttpContextFactoryProvides methods to create and dispose of HttpContext instances.
IMiddlewareDefines middleware that can be added to the application's request pipeline.
IMiddlewareFactoryProvides methods to create middleware.
INestedHttpResultDefines a contract that represents the result of an HTTP endpoint that contains a nested IResult type.
IProblemDetailsServiceDefines a type that provide functionality to create a ProblemDetails response.
IProblemDetailsWriterDefines a type that write a ProblemDetails payload to the current Response.
IQueryCollectionRepresents the HttpRequest query string collection
IRequestCookieCollectionRepresents the HttpRequest cookie collection
IResponseCookiesA wrapper for the response Set-Cookie header.
IResultDefines a contract that represents the result of an HTTP endpoint.
IResultExtensionsProvides an interface to registering external methods that provide custom IResult instances.
ISessionStores user data while the user browses a web application. Session state uses a store maintained by the application to persist data across requests from a client. The session data is backed by a cache and considered ephemeral data.
IStatusCodeHttpResultDefines a contract that represents the result of an HTTP endpoint that contains a StatusCode.
IValueHttpResultDefines a contract that represents the result of an HTTP endpoint that contains an object Value.
IValueHttpResult<TValue>Defines a contract that represents the result of an HTTP endpoint that contains a Value.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4