HstsMiddleware Class

Definition

Enables HTTP Strict Transport Security (HSTS) See https://tools.ietf.org/html/rfc6797.

public ref class HstsMiddleware
public class HstsMiddleware
type HstsMiddleware = class
Public Class HstsMiddleware
Inheritance
HstsMiddleware

Constructors

HstsMiddleware(RequestDelegate, IOptions<HstsOptions>)

Initialize the HSTS middleware.

HstsMiddleware(RequestDelegate, IOptions<HstsOptions>, ILoggerFactory)

Initialize the HSTS middleware.

Methods

Invoke(HttpContext)

Invoke the middleware.

Applies to