Enum XFrameOptionsConfiguration.XFrameOptions
Namespace: WaCore.Web.Middleware.SecureHeaders.Models
Assembly: WaCore.Web.dll
Syntax
public enum XFrameOptions
Fields
Name | Description |
---|---|
allowfrom | The page can only be displayed in a frame on the specified origin |
deny | The page cannot be displayed in a frame, regardless of the site attempting to do so |
sameorigin | The page can only be displayed in a frame on the same origin as the page itself |