Show / Hide Table of Contents

Interface ISecurityHttpHeader

Represents a security related HTTP header.

Inherited Members
IHttpHeader.Name
IHttpHeader.Value
Namespace: IRM.AspNetCore.Http.Headers
Assembly: IRM.AspNetCore.Mvc.dll
Syntax
public interface ISecurityHttpHeader : IHttpHeader

Properties

Skip

Gets or sets if the security header should be skiped for a specific request.

Declaration
bool Skip { get; set; }
Property Value
Boolean

Back to top Generated by DocFX