Class XFrameOptionsConfiguration
Inheritance
System.Object
XFrameOptionsConfiguration
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WaCore.Web.Middleware.SecureHeaders.Models
Assembly: WaCore.Web.dll
Syntax
public class XFrameOptionsConfiguration : IConfigurationBase
Constructors
| Improve this Doc View SourceXFrameOptionsConfiguration()
Declaration
public XFrameOptionsConfiguration()
Properties
| Improve this Doc View SourceAllowFromDomain
Declaration
public string AllowFromDomain { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OptionValue
Declaration
public XFrameOptionsConfiguration.XFrameOptions OptionValue { get; set; }
Property Value
Type | Description |
---|---|
XFrameOptionsConfiguration.XFrameOptions |
Methods
| Improve this Doc View SourceBuildHeaderValue()
Declaration
public string BuildHeaderValue()
Returns
Type | Description |
---|---|
System.String |