Show / Hide Table of Contents

Enum XFrameOptionsValues

Represents the possbile values for the X-Frame-Options HTTP header.

Namespace: IRM.AspNetCore.Http.Headers
Assembly: IRM.AspNetCore.Mvc.dll
Syntax
public enum XFrameOptionsValues

AllowFrom

Allow iframes from the specified url.

Deny

Deny all iframes.

SameOrigin

Allow iframes from the same host as the application.

Back to top Generated by DocFX